I know for sure that from lambdas using `this` alw...
# announcements
d
I know for sure that from lambdas using
this
always refers to class out of the lambda’s brackets, in case standalone extensions there is simply nothing to refer, if that property would be created in another class e.g
SomeClass
then using
this
would refer to
SomeClass
, it would be the same like calling
this@SomeClass