swc/crates/swc_ecma_codegen/tests/test262/5526c98fdf9150c1.js
2022-03-22 07:54:08 +00:00

9 lines
137 B
JavaScript

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