swc/crates/swc_ecma_parser/tests/tsc/parserForOfStatement22.ts

5 lines
56 B
TypeScript

// @target: esnext
var async;
for (async of [1, 2]) {}