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

5 lines
56 B
TypeScript
Raw Normal View History

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