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

3 lines
35 B
TypeScript

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