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

4 lines
47 B
TypeScript

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