TypeScript/tests/cases/compiler/parenthesizedAsyncArrowFunction.ts

4 lines
55 B
TypeScript
Raw Normal View History

2017-11-22 19:50:49 +01:00
// Repro from #20096
let foo = (async bar => bar);