Analyzer inference fails on recursive call of generic method in certain circumstances #30980
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
language-strong-mode-polish
In the following code, the analyzer type inference fails and produces dynamic for the recursive call on line 4 only. The non-recursive case succeeds.
The text was updated successfully, but these errors were encountered: