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

7 lines
88 B
Kotlin
Vendored

actual fun useY(y: Y): Unit {
y.foo()
}
actual fun useZ(z: Z): Unit {
z.foo()
}