summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/mpp/allPlatforms/touchExpect/useYZ.kt
blob: 859c12dd85b0bcd2f8e8d318eb74bd4699318ca8 (plain)
1
2
3
4
5
6
7
actual fun useY(y: Y): Unit {
    y.foo()
}

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