swc/crates/swc_ecma_codegen/tests/test262/d7c7ff252e84e81d.js
2021-11-10 19:00:54 +09:00

8 lines
62 B
JavaScript

try {
a();
} catch (b) {
c(b);
} finally{
d(e);
}