mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
15ad2c2568
**Related issue:** - Closes https://github.com/swc-project/swc/issues/6463.
8 lines
79 B
JavaScript
8 lines
79 B
JavaScript
var foo_1 = foo;
|
|
|
|
function foo() {
|
|
console.log("foo");
|
|
}
|
|
|
|
foo_1();
|
|
foo_1(); |