swc/ecmascript/codegen/tests/references/d4104d0ed6a07c28.js
2020-07-28 21:56:19 +09:00

11 lines
137 B
JavaScript

// Do not mangle to the same name
e: {
d: {
a("b");
if (c) {
break d;
}
break e;
}
}