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

4 lines
68 B
TypeScript

//@sourcemap: true
for (let v of ['a', 'b', 'c']) {
var x = v;
}