Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
compiler
/
testData
/
resolvedCalls
/
explicitReceiverIsDispatchReceiver.txt
blob: 076b9c05354d9238ff93638ec791ab4ddd9f3514 [
file
] [
log
] [
blame
] [
edit
]
class A {
fun foo() {}
}
fun bar(a: A) {
a.<caret>foo()
}
Resolved call:
Resulting descriptor: fun foo(): Unit defined in A
Explicit receiver kind = DISPATCH_RECEIVER
Dispatch receiver = a {A}
Extension receiver = NO_RECEIVER