dartdoc icon indicating copy to clipboard operation
dartdoc copied to clipboard

`static` methods can be labeled as overrides?

Open jamesderlin opened this issue 2 years ago • 0 comments

The static List.castFrom method is shown with an "override" label:

image

Although List extends Iterable and Iterable has its own Iterable.castFrom static method, they are effectively independent functions that just have the same name. I don't see any benefit to labeling the List version as an "override", and doing so is potentially misleading about how static methods work.

jamesderlin avatar Mar 13 '23 21:03 jamesderlin