[analyzer] unnecessary nullable #48679
Labels
analyzer-warning
Issues with the analyzer's Warning codes
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
Would it be helpful to have a hint that a type can be not nullable?
For example: if a private method has a parameter, which is always called with a non nullable type, then it is triggered.
The text was updated successfully, but these errors were encountered: