swc/ecmascript/codegen/tests/references/d4104d0ed6a07c28.js
강동윤 eb2a2a7f15
Fix tests and lints (#44)
- Temporarilly ignored comment codegen tests.
 - Split Simplify into SimplifyExpr and SimplifyStmt
 - fix lints
2018-11-05 13:12:52 +09:00

32 lines
537 B
JavaScript

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