swc/ecmascript/codegen/tests/references/5d0cbb3fb27c21b7.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
153 B
JavaScript

for(;;){
if (a) {
if (b) {
continue;
}
c(); // This should not removed and translation should not occur.
}
}