prefer_void_to_null
false positive in case of nullable generics
#58959
Labels
area-devexp
Developer Experience related issues (DevTools, IDEs, Analysis Server, completions, refactoring, etc)
devexp-linter
Issues with the analyzer's support for the linter package
linter-false-positive
linter-set-recommended
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Describe the issue
Expected behavior
Using explicit
Null
shouldn't triggerprefer_void_to_null
lint rule.The text was updated successfully, but these errors were encountered: