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

17 lines
243 B
JavaScript

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