swc/ecmascript/codegen/tests/references/1b0c0fc32b9e5e35.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
143 B
JavaScript

// reported from issue #60
void function() {
var a; // this foo should be dropped
a = function() {
return 1;
};
}.b(this);