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