summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/mpp/allPlatforms/touchExpect/commonZ.kt
blob: 80e902ffb27d5e9777fe1f6e9746717984ca4ca0 (plain)
1
2
3
4
5
expect class Z {
    fun foo(): Any
}

expect fun useZ(z: Z): Unit