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

5 lines
66 B
Kotlin
Vendored

expect class Y {
fun foo(): Any
}
expect fun useY(y: Y): Unit