From 94d27581473d54645529adef27c2e183221d5a51 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Wed, 27 Jan 2010 10:23:31 +0000 Subject: close #2868. --- test/files/pos/t2868/Jann.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/pos/t2868/Jann.java (limited to 'test/files/pos/t2868/Jann.java') diff --git a/test/files/pos/t2868/Jann.java b/test/files/pos/t2868/Jann.java new file mode 100644 index 0000000000..f5b68de7b0 --- /dev/null +++ b/test/files/pos/t2868/Jann.java @@ -0,0 +1,5 @@ +public @interface Jann { + public String str(); + public Nest inn(); + public int[] arr(); +} -- cgit v1.2.3