swc/ecmascript/codegen/tests/references/70ad5a19a1b2a4b6.js
David Sherret 708efebac9 Fix comment line's end to be on same line (#544)
- fix comment line's end to be on same line.
2019-12-30 11:09:45 +09:00

9 lines
134 B
JavaScript

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