mirror of https://github.com/alibaba/ice.git
5 lines
56 B
TypeScript
5 lines
56 B
TypeScript
|
|
import { a, b } from 'test';
|
||
|
|
|
||
|
|
function test() {
|
||
|
|
a();
|
||
|
|
}
|