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

6 lines
65 B
Kotlin
Vendored

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