swc/crates/swc_ecma_parser/tests/tsc/for-of37.ts

5 lines
80 B
TypeScript

//@target: ES6
var map = new Map([["", true]]);
for (var v of map) {
v;
}