mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
When targetting ES5 and with --noImplicitReturns, an async function whose return type could not be determined would cause a compiler crash.