Files
kotlin-fork/idea/testData/multiModuleFindUsages/findCommonFromActual/common/common.kt
T
2018-06-26 15:35:58 +03:00

6 lines
67 B
Kotlin
Vendored

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