swc/crates/swc_ecma_codegen/tests/test262/1b0c0fc32b9e5e35.js
2021-11-10 19:00:54 +09:00

8 lines
143 B
JavaScript

// reported from issue #60
void function() {
var a; // this foo should be dropped
a = function() {
return 1;
};
}.b(this);