aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1923/gh322/TheInterface.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs1923/gh322/TheInterface.java')
-rw-r--r--tests/bugs1923/gh322/TheInterface.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs1923/gh322/TheInterface.java b/tests/bugs1923/gh322/TheInterface.java
new file mode 100644
index 000000000..358f9037b
--- /dev/null
+++ b/tests/bugs1923/gh322/TheInterface.java
@@ -0,0 +1,3 @@
+public interface TheInterface {
+ void method(@Deprecated int param);
+}