swc/ecmascript/codegen/tests/references/b8705496c9c1ff60.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

8 lines
111 B
JavaScript

(function() {
var a = {
};
with (a){
(1, b)(); // Don't transform it to test()
}
}());