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

3 lines
52 B
TypeScript

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