summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/mpp/jvmOnly/multifilePartChanged/commonX.kt
blob: 14468f025b7e974cbdc6e7b56946b0c306737717 (plain)
1
2
3
4
5
expect class X {
    fun foo(): Any
}

expect fun useX(x: X): Any