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

4 lines
54 B
TypeScript

var a = [1, 2, 3];
for (var v of a) {
let a = 0;
}