summaryrefslogtreecommitdiff
path: root/test/files/pos/t2868/Jann.java
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2010-01-27 14:12:28 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2010-01-27 14:12:28 +0000
commit71a0d2773e6f11cbe4d2ae7bab9d29caa69196c6 (patch)
treedb203904b2d8cf37b5a4671d3aa14c6c534aa0f4 /test/files/pos/t2868/Jann.java
parentf375f8ac3ef86ba13bad9346bd24ce08e86e2de1 (diff)
downloadscala-71a0d2773e6f11cbe4d2ae7bab9d29caa69196c6.tar.gz
scala-71a0d2773e6f11cbe4d2ae7bab9d29caa69196c6.tar.bz2
scala-71a0d2773e6f11cbe4d2ae7bab9d29caa69196c6.zip
now correctly fix #2868. no review
Diffstat (limited to 'test/files/pos/t2868/Jann.java')
-rw-r--r--test/files/pos/t2868/Jann.java5
1 files changed, 5 insertions, 0 deletions
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();
+}