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

3 lines
33 B
TypeScript

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