summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/withError/module2_b.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/withError/module2_b.kt')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/withError/module2_b.kt8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/withError/module2_b.kt b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/withError/module2_b.kt
deleted file mode 100644
index 413a8224329e..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/withError/module2_b.kt
+++ /dev/null
@@ -1,8 +0,0 @@
-package module2
-
-import module1.*
-
-fun b() {
- A()
- a()
-}