diff options
Diffstat (limited to 'test/data/classes/annotatedClassWithAnnotationParameters.kt')
-rw-r--r-- | test/data/classes/annotatedClassWithAnnotationParameters.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/classes/annotatedClassWithAnnotationParameters.kt b/test/data/classes/annotatedClassWithAnnotationParameters.kt new file mode 100644 index 00000000..1af97e75 --- /dev/null +++ b/test/data/classes/annotatedClassWithAnnotationParameters.kt @@ -0,0 +1 @@ +deprecated("should no longer be used") class Foo() {} |