Files
kotlin-fork/compiler/testData/resolvedCalls/dynamic/explicitReceiverIsDispatchReceiver.kt
T
2014-12-15 18:12:04 +03:00

4 lines
44 B
Kotlin
Vendored

fun bar(a: dynamic ) {
a.<caret>foo()
}