this@MyClass
JFYI:
the same syntax for access to receiver of extension function:
fun MyClass.foo() {
// in some nested thing:
this@foo
//...
}
Kotlin Reference: This expressions
this@MyClass
JFYI:
the same syntax for access to receiver of extension function:
fun MyClass.foo() {
// in some nested thing:
this@foo
//...
}
Kotlin Reference: This expressions