Skip to content

Fix type inferencing and syntax highlighting for @Category method this and super within gstring #1336

@eric-milles

Description

@eric-milles

Consider the following:

@Category(Type)
class C {
  def m() {
    "$this ${this.name} ${super.name}"
  }
}

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions