With `context-parameters` (2.2.0-Beta2) is it expe...
# language-evolution
p
With
context-parameters
(2.2.0-Beta2) is it expected to be ambiguous in the call to
helloContext
when nested inside two applicable scopes? I would have expected it to resolve the same way as the receiver case (that is, with the closest applicable candidate taking priority, given you can disambiguate to the outer scope explicitly with a
with(this@outer)
or
context(this@outer)
) (snippet in thread - slack went weird and thought it was a binary)
Untitled.cpp