Skip to content

Fix type inferencing and syntax highlighting for closure properties #1582

@eric-milles

Description

@eric-milles

Consider the following:

[:].with {
  delegate
  directive
  metaClass
  thisObject;
  { -> owner}
}

Properties of Closure take precedence over those of the delegate or owner, as implemented within Closure#getProperty.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions