12 lines
166 B
Plaintext
12 lines
166 B
Plaintext
fun foo() {}
|
|
|
|
fun bar() {
|
|
<caret>foo()
|
|
}
|
|
|
|
|
|
Resolved call:
|
|
|
|
Explicit receiver kind = NO_EXPLICIT_RECEIVER
|
|
This object = NO_RECEIVER
|
|
Receiver argument = NO_RECEIVER |