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

6 lines
62 B
TypeScript

var a;
var b = [];
var c;
for (a in b[c] = b[c] || [], d) {
}