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