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

3 lines
64 B
TypeScript

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