phldavies
05/12/2025, 10:26 AMcontext-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)phldavies
05/12/2025, 10:27 AM