A new KEEP introducing explicit context arguments ...
# language-proposals
a
A new KEEP introducing explicit context arguments for context parameters is out! Any feedback can be given in the corresponding discussion
👍 2
👀 1
m
Just out of curiosity, would
contextOf<A>().foo()
also work for to prevent the resolution ambiguity, or is that only for lambdas?
a
that would not work, since a context parameter is not a receiver of the function
👍 1
m
Ok, I think then that I misunderstood the purpose of contextOf initially. Still need to migrate to context parameters 😄