Skip to content

Fix syntax highlighting and code navigation for qualified trait super property #1159

@eric-milles

Description

@eric-milles

Consider the following:

package p
trait T {
  Number n
}
class C implements p.T {
  Number getN() {
    p.T.super.getN()
  }
}

Syntax highlighting for "p.T.super.getN()" is not showing "p" as a package, "T" as a trait and "getN" as an instance method.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions