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

3 lines
33 B
TypeScript

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