swc/ecmascript/codegen/tests/references/95520bedf0fdd4c9.js

7 lines
69 B
JavaScript
Raw Normal View History

function a() {
b, c, d;
if (e) {
throw 'f';
}
}