swc/ecmascript/codegen/tests/references/a2f26b79b01628f9.js
David Sherret 708efebac9 Fix comment line's end to be on same line (#544)
- fix comment line's end to be on same line.
2019-12-30 11:09:45 +09:00

5 lines
95 B
JavaScript

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