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

5 lines
58 B
TypeScript

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