omit_local_variable_types false positive #58357
Labels
analyzer-linter
Issues with the analyzer's support for the linter package
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
customer-google3
linter-false-positive
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
It looks like the lint considers
Foo<dynamic>
andFoo<Object>
to be the same, so it doesn't allow a left hand side type to 'cast' between the two:The text was updated successfully, but these errors were encountered: