aboutsummaryrefslogtreecommitdiff
path: root/test/data/classes/annotatedClassWithAnnotationParameters.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/classes/annotatedClassWithAnnotationParameters.kt')
-rw-r--r--test/data/classes/annotatedClassWithAnnotationParameters.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/classes/annotatedClassWithAnnotationParameters.kt b/test/data/classes/annotatedClassWithAnnotationParameters.kt
index 1af97e75..930d6a62 100644
--- a/test/data/classes/annotatedClassWithAnnotationParameters.kt
+++ b/test/data/classes/annotatedClassWithAnnotationParameters.kt
@@ -1 +1 @@
-deprecated("should no longer be used") class Foo() {}
+@Deprecated("should no longer be used") class Foo() {}