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

6 lines
41 B
TypeScript

(bar(x,
() => {},
() => {}
)
)