swc/ecmascript/codegen/tests/references/3c6b557b1aa9cc05.js
강동윤 f9be576e02
Ecmascript codegen (#40)
Comment is not fully supported yet
2018-10-25 13:17:05 +09:00

5 lines
67 B
JavaScript

for(var a = 1; a < 2; ++a){
if (a < 3) continue;
b.c(a);
}