swc/ecmascript/codegen/tests/references/70ad5a19a1b2a4b6.js
강동윤 30af06bb70
Ast (#513)
swc_ecmascript:
 - add `ExprStmt`.
 - change type of regex.expression and regex.flags.
2019-12-16 18:08:21 +09:00

10 lines
135 B
JavaScript

(function() {
a: for(;;){
for(;;){
break a;
b(); // This should be removed.
}
}
}());