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

2 lines
41 B
TypeScript

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