summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/multifileDependantUsage/partB.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/multifileDependantUsage/partB.kt')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/multifileDependantUsage/partB.kt10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/multifileDependantUsage/partB.kt b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/multifileDependantUsage/partB.kt
deleted file mode 100644
index bab0026e0729..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/multifileDependantUsage/partB.kt
+++ /dev/null
@@ -1,10 +0,0 @@
-@file:JvmName("Utils")
-@file:JvmMultifileClass
-
-val bVal: Int get() = 0
-
-class OuterClass{
- inner class InnerClass {
- val getZero: Int get() = 0
- }
-} \ No newline at end of file