Skip to content

Fix syntax highlighting for explicit-this reference to private static field #1382

@eric-milles

Description

@eric-milles

Consider the following:

class C {
  private static field
  static {
    this.field
  }
}

"this.field" is Groovy shorthand for "C.field". "field" is shown as unknown (underlined).

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions