Skip to content

Fix code hover for class type parameter references #1422

@eric-milles

Description

@eric-milles

Consider the following:

class C <Item extends Type> {
  private List<Item> items
  void test() {
    items
  }
}

Hover display for "items" is missing type argument <Item>.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions