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

3 lines
51 B
TypeScript

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