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

3 lines
46 B
TypeScript

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