swc/crates/swc_ecma_parser/tests/tsc/parserES5ForOfStatement1.d.ts

3 lines
35 B
TypeScript

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