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

4 lines
88 B
JavaScript

(function() {
a = a += 1; // This is global varible, so observable by getter.
}());