swc/crates/swc_ecma_parser/tests/tsc/for-inStatementsAsyncIdentifier.ts
2022-02-04 17:08:38 +09:00

5 lines
64 B
TypeScript

// @target: esnext
var async;
for (async in { a: 1, b: 2 }) {}