mirror of https://github.com/alibaba/ice.git
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
|
|
function a() {}
|
||
|
|
a();
|
||
|
|
console.log('test', window.a);
|
||
|
|
const b = [];
|
||
|
|
b.map(() => {});
|