aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1610/pr322272/F1.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs1610/pr322272/F1.java')
-rw-r--r--tests/bugs1610/pr322272/F1.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/bugs1610/pr322272/F1.java b/tests/bugs1610/pr322272/F1.java
new file mode 100644
index 000000000..c3df6093b
--- /dev/null
+++ b/tests/bugs1610/pr322272/F1.java
@@ -0,0 +1,8 @@
+public class F1 {
+ public static void main(String []argv) throws Exception {
+ System.out.println(F1.class.getAnnotations()[0]);
+ }
+}
+
+aspect X extends Base {
+}