aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/classes/annotatedClassWithAnnotationParameters.kt
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/classes/annotatedClassWithAnnotationParameters.kt')
-rw-r--r--core/testdata/classes/annotatedClassWithAnnotationParameters.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/testdata/classes/annotatedClassWithAnnotationParameters.kt b/core/testdata/classes/annotatedClassWithAnnotationParameters.kt
deleted file mode 100644
index 930d6a62..00000000
--- a/core/testdata/classes/annotatedClassWithAnnotationParameters.kt
+++ /dev/null
@@ -1 +0,0 @@
-@Deprecated("should no longer be used") class Foo() {}