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

3 lines
37 B
TypeScript

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