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