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

11 lines
133 B
JavaScript

if (a) {
try {
b('try');
} catch (c) {
}
// do not optimize it
(function() {
b('d');
}());
}