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

2 lines
37 B
TypeScript

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