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

3 lines
39 B
TypeScript

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