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

3 lines
38 B
TypeScript

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