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

5 lines
105 B
JavaScript

function a() {
// If foo is null or undefined, this should be an exception
var { a , b } = c;
}