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