aboutsummaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/data')
-rw-r--r--test/data/java/deprecation.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/java/deprecation.java b/test/data/java/deprecation.java
new file mode 100644
index 00000000..07cbd901
--- /dev/null
+++ b/test/data/java/deprecation.java
@@ -0,0 +1,5 @@
+package test;
+
+class C {
+ @Deprecated("This should no longer be used") void fn() {}
+} \ No newline at end of file