infer local function return types #26414
Labels
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
If I define a named function within a method body, that function's return type should be inferred. This matches the general style of relying on inference rather than explicit typing when possible in method bodies.
The text was updated successfully, but these errors were encountered: