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

4 lines
51 B
TypeScript

//@target: ES6
var x: any;
for (var v of x) { }