Skip to content

Closure completion proposals missing for method pointer expression #451

@eric-milles

Description

@eric-milles

Consider the following:

class C {
  void meth() {
    def cl = this.&other.|
  }
  def other(a, b) {
  }
}

Completion proposals at the indicated caret position do not include Closure proposals like curry.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions