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

3 lines
46 B
TypeScript

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