Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
resolvedCalls
/
dynamic
/
explicitReceiverIsDispatchReceiver.txt
blob: 0910e990c4123eb476d475ad2a0a49fb1a836f9f [
file
]
fun bar(a: dynamic ) {
a.<caret>foo()
}
Resolved call:
Resulting descriptor: fun foo(): dynamic defined in bar
Explicit receiver kind = DISPATCH_RECEIVER
Dispatch receiver = a {('Nothing'..'Any?')}
Extension receiver = NO_RECEIVER