summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/mpp/allPlatforms/touchExpect/commonZ.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/incremental/mpp/allPlatforms/touchExpect/commonZ.kt')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/mpp/allPlatforms/touchExpect/commonZ.kt5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/mpp/allPlatforms/touchExpect/commonZ.kt b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/mpp/allPlatforms/touchExpect/commonZ.kt
deleted file mode 100644
index 80e902ffb27d..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/mpp/allPlatforms/touchExpect/commonZ.kt
+++ /dev/null
@@ -1,5 +0,0 @@
-expect class Z {
- fun foo(): Any
-}
-
-expect fun useZ(z: Z): Unit \ No newline at end of file