Skip to content

"Extends" for generic types isn't shown. #1027

@floitschG

Description

@floitschG

Take https://api.dartlang.org/stable/dart-collection/LinkedList-class.html
The generic type E must extend LinkedListEntry. However that is not shown in the documentation.
In fact the LinkedList-signature is:
class LinkedList<E extends LinkedListEntry<E>> ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1A high priority bug; for example, a single project is unusable or has many test failurescustomer-flutterIssues originating from important to Fluttertype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions