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

3 lines
61 B
TypeScript

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