Skip to content

Fix code hover and code select for static method call in trait #755

@eric-milles

Description

@eric-milles

Consider the following:

trait T {
  def m() {
    staticMethod()
  }
  static void staticMethod() {
  }
}

Open tooltip (F2 or hover) and Open Declaration (F3 or Ctrl+click) fail to identify the static trait method for the call expression staticMethod().

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions