swc/crates/swc_ecma_parser/tests/tsc/for-of52.ts

2 lines
42 B
TypeScript

//@target: ES6
for (let [v, v] of [[]]) {}