summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/classRemoved/funA.kt.new.2
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/classRemoved/funA.kt.new.2')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/classRemoved/funA.kt.new.27
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/classRemoved/funA.kt.new.2 b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/classRemoved/funA.kt.new.2
deleted file mode 100644
index b878a6b5466a..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/classRemoved/funA.kt.new.2
+++ /dev/null
@@ -1,7 +0,0 @@
-package foo
-
-fun A(a: Int = 1) = AnotherA()
-
-class AnotherA {
- fun foo() {}
-}