blob: 357ca6e316e7c0595b0e22e48277a76af0bab309 [file] [log] [blame] [edit]
class A {
fun foo() {}
fun bar() {
<caret>foo()
}
}
Resolved call:
Resulting descriptor: fun foo(): Unit defined in A
Explicit receiver kind = NO_EXPLICIT_RECEIVER
Dispatch receiver = Class{A}
Extension receiver = NO_RECEIVER