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

9 lines
180 B
JavaScript

(function() {
// https://github.com/Constellation/esmangle/issues/65
var a = 1;
var b = 2;
var c = 3;
var d = [].e.f(arguments);
return [a, b, c, g];
}());