TypeScript/tests/cases/compiler/parenthesizedAsyncArrowFunction.ts
2017-11-22 10:50:49 -08:00

4 lines
55 B
TypeScript

// Repro from #20096
let foo = (async bar => bar);