summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/defaultArgumentInConstructorAdded/createA.kt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/defaultArgumentInConstructorAdded/createA.kt')
-rw-r--r--plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/defaultArgumentInConstructorAdded/createA.kt5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/defaultArgumentInConstructorAdded/createA.kt b/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/defaultArgumentInConstructorAdded/createA.kt
deleted file mode 100644
index 0dd71808c106..000000000000
--- a/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/pureKotlin/defaultArgumentInConstructorAdded/createA.kt
+++ /dev/null
@@ -1,5 +0,0 @@
-package foo
-
-fun createADefault() {
- A()
-} \ No newline at end of file