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

6 lines
100 B
JavaScript

(function() {
with (a){
b = (c(), 1); // getter is not observable after f()
}
}());