It’s a generic construct, can work for extension f...
# announcements
o
It’s a generic construct, can work for extension functions
this@funcName
, for lambdas having receivers like
f { this@f }
etc
👍 2