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

3 lines
68 B
TypeScript

//@target: ES6
var iter: Iterable<number>;
for (let num of iter) { }