Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
resolvedCalls
/
explicitReceiverIsDispatchReceiver.txt
blob: 076b9c05354d9238ff93638ec791ab4ddd9f3514 [
file
]
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