Skip to content

Include type arguments in Type Hierarchy #4217

@DanTup

Description

@DanTup
class A extends B<String> {}
class B<T> {}

When browsing the hierarchy from A, we see a node for B but it doesn't include <String> (or <T>).

Metadata

Metadata

Assignees

No one assigned

    Labels

    in editorRelates to code editing or language featuresin lsp/analysis serverSomething to be fixed in the Dart analysis serveris enhancementrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become available

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions