3a8ad45dec
Reverts and fixes 102f0d3
17 lines
251 B
Plaintext
17 lines
251 B
Plaintext
class A {}
|
|
|
|
fun A.foo() {}
|
|
|
|
fun bar(a: A) {
|
|
a.<caret>foo()
|
|
}
|
|
|
|
|
|
Resolved call:
|
|
|
|
Resulting descriptor: fun A.foo(): Unit defined in root package
|
|
|
|
Explicit receiver kind = EXTENSION_RECEIVER
|
|
Dispatch receiver = NO_RECEIVER
|
|
Extension receiver = a {A}
|