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