Join Slack
Powered by
A new KEEP introducing explicit context arguments ...
# language-proposals
a
Alejandro Serrano.Mena
10/27/2025, 1:08 PM
A new KEEP introducing
explicit context arguments
for context parameters is
out
! Any feedback can be given in the
corresponding discussion
👍 2
👀 1
m
maxmello
10/27/2025, 3:26 PM
Just out of curiosity, would
contextOf<A>().foo()
also work for to prevent the resolution ambiguity, or is that only for lambdas?
a
Alejandro Serrano.Mena
10/27/2025, 3:27 PM
that would not work, since a context parameter is not a receiver of the function
👍 1
m
maxmello
10/27/2025, 3:33 PM
Ok, I think then that I misunderstood the purpose of contextOf initially. Still need to migrate to context parameters 😄
2
Views
Open in Slack
Previous
Next