Skip to content

Fix type inferencing and syntax highlighting for same-unit subclass #1576

@eric-milles

Description

@eric-milles

Consider the following:

class M implements Map {
  @Delegate Map m= [:]
}
class MM extends M {
}

new M ().metaClass = null
new MM().metaClass = null

The second "metaClass" reference works the same as the first, but for some reason highlighting is breaking down.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions