https://kotlinlang.org logo
#language-evolution
Title
# language-evolution
i

ilya.gorbunov

02/13/2022, 3:28 AM
It should be possible to access each context receiver by labeling
this
with its type, e.g.
this@DiskDataSource
(see https://github.com/Kotlin/KEEP/blob/master/proposals/context-receivers.md#referencing-specific-receiver).
c

carbaj0

02/13/2022, 5:34 AM
oh! thanks for pointing it out, we’ll have to wait a bit longer then. Good job!