You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classA {}
classB {
defm(@DelegatesTo(value=A, strategy=Closure.DELEGATE_ONLY) Closureblock) {
...
}
defx() {
m // delegate is A, owner is B
delegate
owner
}
}
}
"delegate:, "owner" and other members of Closure are showing as unknown (underlined). DELEGATE_ONLY should skip owner but still resolve against the enclosing closure.
The text was updated successfully, but these errors were encountered:
Consider the following:
"delegate:, "owner" and other members of Closure are showing as unknown (underlined). DELEGATE_ONLY should skip owner but still resolve against the enclosing closure.
The text was updated successfully, but these errors were encountered: