aboutsummaryrefslogtreecommitdiffstats
path: root/tests/options/deprecated/OldStuff.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/options/deprecated/OldStuff.java')
-rw-r--r--tests/options/deprecated/OldStuff.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/options/deprecated/OldStuff.java b/tests/options/deprecated/OldStuff.java
new file mode 100644
index 000000000..4179ebf26
--- /dev/null
+++ b/tests/options/deprecated/OldStuff.java
@@ -0,0 +1,8 @@
+class OldStuff {
+
+ /**
+ * @deprecated
+ */
+ public static void foo() {}
+
+} \ No newline at end of file