14 lines
219 B
Plaintext
14 lines
219 B
Plaintext
class A {
|
|
fun foo() {
|
|
<caret>this.foo()
|
|
}
|
|
}
|
|
|
|
|
|
Resolved call:
|
|
|
|
Resulting descriptor: Class{A}::this
|
|
|
|
Explicit receiver kind = NO_EXPLICIT_RECEIVER
|
|
This object = NO_RECEIVER
|
|
Receiver argument = NO_RECEIVER |