Skip to content

Fix type inferencing and syntax highlighting for use method call with at least one argument plus a trailing closure #1240

@eric-milles

Description

@eric-milles

Consider the following:

class C {
  void use(... args) {
    // ...
  }
}
void test(C c) {
  def x = null
  c.use(x) {
    // ...
  }
}

Syntax highlighting is missing after the "use" call.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions