Files
kotlin-fork/jps-plugin/testData/incremental/mpp/allPlatforms/touchExpect/commonX.kt
T
2020-04-18 06:05:44 +03:00

5 lines
66 B
Kotlin
Vendored

expect class X {
fun foo(): Any
}
expect fun useX(x: X): Unit