swc/crates/swc_ecma_parser/tests/span/js/stmt/throw.js
2021-11-10 19:00:54 +09:00

3 lines
35 B
JavaScript

function foo() {
throw 'foo';
}