summaryrefslogtreecommitdiff
path: root/test/files/jvm/annotations.check
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2009-09-29 19:00:05 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2009-09-29 19:00:05 +0000
commit0d724fbb3e193b46fef840d12258eab26ed206f2 (patch)
tree80ead17bfb5369212d90b78682145256cac1edc0 /test/files/jvm/annotations.check
parent2a91d630e70d1c9ff349d7e57d7e084780cf11fb (diff)
downloadscala-0d724fbb3e193b46fef840d12258eab26ed206f2.tar.gz
scala-0d724fbb3e193b46fef840d12258eab26ed206f2.tar.bz2
scala-0d724fbb3e193b46fef840d12258eab26ed206f2.zip
improved annotations copying (documentation, mo...
improved annotations copying (documentation, moved meta-annotations, added tests)
Diffstat (limited to 'test/files/jvm/annotations.check')
-rw-r--r--test/files/jvm/annotations.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/files/jvm/annotations.check b/test/files/jvm/annotations.check
index 214c60d06f..0194a7f77d 100644
--- a/test/files/jvm/annotations.check
+++ b/test/files/jvm/annotations.check
@@ -25,5 +25,17 @@ public Test4$Foo7()
@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=constructor val)
private final int Test4$Foo8.n
+@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=http://eppli.com)
+private int Test4$Foo9.z
+
+@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=http://apple.com)
+public int Test4$Foo9.x()
+
+@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=http://eppli.com)
+public int Test4$Foo9.getZ()
+
+@test.SourceAnnotation(mails={bill.gates@bloodsuckers.com}, value=http://uppla.com)
+public void Test4$Foo9.setY(int)
+
0
99