dartdoc icon indicating copy to clipboard operation
dartdoc copied to clipboard

Generic classes implementing generic classes show implemented type _parameter_ instead of _argument_

Open srawlins opened this issue 2 years ago • 0 comments

See that Queue<E> implements Iterable<T>.

https://api.dart.dev/stable/2.16.2/dart-collection/Queue-class.html

srawlins avatar Mar 25 '22 20:03 srawlins