[linter] unnecessary_implements #60624
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-warning
Issues with the analyzer's Warning codes
P3
A lower priority bug or feature request
Consider the following code:
With
C
usingMixinClass
as a mixin, there is no need for eitherimplements
. I'm less sure about the warning onA
since it can be breaking if the author removes the mixin and still wants to implementA
, but the same class showing up twice on the declaration is completely unnecessary.For
D
, we already triggerimplements_super_class
(docs).CC @lrhn, @bwilkerson
The text was updated successfully, but these errors were encountered: