14 lines
226 B
Plaintext
14 lines
226 B
Plaintext
class A {
|
|
fun foo() {
|
|
<caret>this.foo()
|
|
}
|
|
}
|
|
|
|
|
|
Resolved call:
|
|
|
|
Resulting descriptor: Class{A}::this
|
|
|
|
Explicit receiver kind = NO_EXPLICIT_RECEIVER
|
|
Dispatch receiver = NO_RECEIVER
|
|
Extension receiver = NO_RECEIVER |