swc/ecmascript/codegen/tests/references/c52db35cba7fdbc0.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
119 B
JavaScript

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