Skip to content

Fix syntax highlighting for static trait field reference in static method #1539

@eric-milles

Description

@eric-milles

Consider the following:

trait T {
  public static final VALUE
  static test() {
    VALUE
  }
}

The reference "VALUE" is not highlighted (default coloration).

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions