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

4 lines
47 B
TypeScript

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