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

3 lines
39 B
TypeScript

//@target: ES6
for (var a = 1 of X) {
}