summaryrefslogtreecommitdiff
path: root/test/files/pos/t2868/Nest.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/Nest.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/Nest.java')
-rw-r--r--test/files/pos/t2868/Nest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/pos/t2868/Nest.java b/test/files/pos/t2868/Nest.java
new file mode 100644
index 0000000000..53652291ad
--- /dev/null
+++ b/test/files/pos/t2868/Nest.java
@@ -0,0 +1,3 @@
+public @interface Nest {
+ public int value();
+}