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