Files
kotlin-fork/compiler/testData/resolvedCalls/dynamic/explicitReceiverIsExtensionReceiver.txt
T

16 lines
276 B
Plaintext
Vendored

fun dynamic.foo() {}
fun bar(a: dynamic) {
a.<caret>foo()
}
Resolved call:
Resulting descriptor: fun dynamic.foo(): Unit defined in root package
Explicit receiver kind = EXTENSION_RECEIVER
Dispatch receiver = NO_RECEIVER
Extension receiver = a {('Nothing'..'Any?')}