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

3 lines
49 B
TypeScript

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