swc/crates/swc_ecma_parser/tests/tsc/ES5For-of14.ts

3 lines
38 B
TypeScript

for (const v of []) {
var x = v;
}