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

4 lines
47 B
TypeScript

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