mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
5132ea64ea
In --noImplicitReturns mode, if a function specifies a return type, disallow empty "return;" statements. Fixes #5916.