Files
kotlin-fork/idea/testData/multiModuleFindUsages/findImplFromHeader/jvm/jvm.kt
T
2017-09-15 18:29:06 +03:00

6 lines
70 B
Kotlin
Vendored

actual fun boo(s: String) {}
fun test() {
boo("a")
boo("b")
}