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

3 lines
41 B
TypeScript

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