Skip to content

Fix type inferencing and syntax highlighting for this.name within map-based type #1311

@eric-milles

Description

@eric-milles

Consider the following:

abstract class A extends HashMap<String,Object> {
  def one, two = { -> }
}

class C extends A {
  def three
  void test() {
    one
    two()
    three
    empty
    isEmpty();
    { ->
      one
      two()
      three
      empty
      isEmpty()
    }
  }
}

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions