mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Add regression test
This commit is contained in:
3
tests/cases/compiler/parenthesizedAsyncArrowFunction.ts
Normal file
3
tests/cases/compiler/parenthesizedAsyncArrowFunction.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Repro from #20096
|
||||
|
||||
let foo = (async bar => bar);
|
||||
Reference in New Issue
Block a user