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

4 lines
44 B
Kotlin
Vendored

actual fun useX(x: X): Unit {
x.foo()
}