swc/crates/swc_ecma_parser/tests/tsc/for-of8.ts

3 lines
43 B
TypeScript

//@target: ES6
v;
for (var v of [0]) { }