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

5 lines
95 B
JavaScript

(function() {
var a = 1; // should not hoist to parameter
with (b)arguments = 2;
}());