Skip to content

Fix code hover for static method with type parameter(s) in class with type parameter(s) #1195

@eric-milles

Description

@eric-milles

Consider the following:

class C<T> {
  static <U> C<U> of(U item) {}
}
C.of(123)

Code hover (Ctrl+F2) fails to display for the static method call "of".

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions