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

5 lines
90 B
JavaScript

(function() {
arguments[1] = 2;
var a = 3; // should not hoist to parameter
}());