Skip to content

Type Hierarchy is missing interfaces #1560

@eric-milles

Description

@eric-milles

Consider the following:

class Runner implements Runnable {
  @Override
  void run() {
  }
}

Type Hierarchy (F4) and Quick Type Hierarchy (Ctrl+T) do not show java.lang.Runnable or groovy.lang.GroovyObject.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions