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

8 lines
59 B
TypeScript

// @target: esnext
({
async m() {
for (;;) {
}
}
});