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

2 lines
41 B
TypeScript

//@target: ES5
for (var of = 0 in of) { }