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

6 lines
61 B
Kotlin
Vendored

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