blob: 00b131e39a9dd14f521f28af36e794bf89b96a6b [file]
class A {
fun foo() {
<caret>this@A.foo()
}
}
Resolved call:
Resulting descriptor: Class{A}::this
Explicit receiver kind = NO_EXPLICIT_RECEIVER
Dispatch receiver = NO_RECEIVER
Extension receiver = NO_RECEIVER