aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr169706/A.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs154/pr169706/A.java')
-rw-r--r--tests/bugs154/pr169706/A.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/bugs154/pr169706/A.java b/tests/bugs154/pr169706/A.java
new file mode 100644
index 000000000..a40ef7bcf
--- /dev/null
+++ b/tests/bugs154/pr169706/A.java
@@ -0,0 +1,8 @@
+public class A {
+
+ @MyAnnotation
+ public void foo() {
+
+ }
+
+}