analyzer is not correctly reporting transitive deprecation warnings #53587
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
8000
devexp-warning
Issues with the analyzer's Warning codes
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Follow-up from #59302.
Given a class:
and uses:
we are only reporting deprecation on the
C
type references and not the members.The documentation of the annotation states:
Reporting should look more like:
The text was updated successfully, but these errors were encountered: