Add regression test

This commit is contained in:
Anders Hejlsberg 2017-11-22 10:50:49 -08:00
parent b4b9edc04c
commit 3a00b76cff

View file

@ -0,0 +1,3 @@
// Repro from #20096
let foo = (async bar => bar);