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

3 lines
36 B
TypeScript

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