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

10 lines
142 B
JavaScript

(function() {
try {
throw 'a';
} catch (b) {
} finally{
return 1;
}
c(); // This should be removed.
}());