blob: f153938862e962c04580264fb249f698dee17252 [file] [log] [blame] [edit]
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}