swc/crates/swc_ecma_parser/tests/tsc/parserES5ForOfStatement9.ts

3 lines
35 B
TypeScript

//@target: ES5
for (let v of X) {
}