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

4 lines
47 B
TypeScript

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