swc/ecmascript/codegen/tests/references/079b7b699d0cacab.js

5 lines
89 B
JavaScript
Raw Normal View History

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