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

5 lines
66 B
Kotlin
Vendored

expect class Z {
fun foo(): Any
}
expect fun useZ(z: Z): Unit