Consider the following: ```groovy 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`.
Consider the following:
Completion proposals at the indicated caret position do not include Closure proposals like
curry.