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

8 lines
89 B
JavaScript

for(;;){
if (a) {
continue;
}
b(); // This should not be removed.
}