summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/multifilePartsWithProperties/partA.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/multifilePartsWithProperties/partA.kt')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/multifilePartsWithProperties/partA.kt4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/multifilePartsWithProperties/partA.kt b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/multifilePartsWithProperties/partA.kt
deleted file mode 100644
index 457823b86a76..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/multifilePartsWithProperties/partA.kt
+++ /dev/null
@@ -1,4 +0,0 @@
-@file:JvmName("Utils")
-@file:JvmMultifileClass
-
-val aVal: Int get() = 0 \ No newline at end of file