summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/defaultArgumentInConstructorRemoved/B.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/defaultArgumentInConstructorRemoved/B.kt')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/defaultArgumentInConstructorRemoved/B.kt3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/defaultArgumentInConstructorRemoved/B.kt b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/defaultArgumentInConstructorRemoved/B.kt
deleted file mode 100644
index eabe4db64635..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/defaultArgumentInConstructorRemoved/B.kt
+++ /dev/null
@@ -1,3 +0,0 @@
-package foo
-
-open class B() : A() \ No newline at end of file