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

13 lines
127 B
JavaScript

a = 1;
if (b) c();
a = 2;
for(d = 3; d < 4; d++)e.f(d);
a = 5;
for(; d < 6; d++)e.f(d);
a = 7;
switch(b){
}
a = 8;
with (g){
}