Rip out support for inferred return type in local functions #7832
Labels
Area-Compilers
Feature Request
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
The prototype for local functions (in the future branch) currently includes some support for inferring the return type. The LDM decided that we don't want that. Of course it would be possible to relax this in the future, but for the first iteration this is what we want.
Please remove the code and only support explicitly declared return types.
The text was updated successfully, but these errors were encountered: