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

3 lines
40 B
TypeScript

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