omit_local_variable_types false positive #58357
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
customer-google3
devexp-linter
Issues with the analyzer's support for the linter package
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: