summaryrefslogtreecommitdiff
path: root/test/files/jvm5/annotations.check
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-03-02 08:35:59 +0000
committermihaylov <mihaylov@epfl.ch>2007-03-02 08:35:59 +0000
commit327f88d16802daaddb85b33498a1cfc5b976bd28 (patch)
tree4ba2f77fe0c329a359627cb036f0f2ee9cf0e606 /test/files/jvm5/annotations.check
parent614ebd7eea86f1e83052638acde0c24c8d47b619 (diff)
downloadscala-327f88d16802daaddb85b33498a1cfc5b976bd28.tar.gz
scala-327f88d16802daaddb85b33498a1cfc5b976bd28.tar.bz2
scala-327f88d16802daaddb85b33498a1cfc5b976bd28.zip
renamed test/files/jvm5/attributes.scala to ann...
renamed test/files/jvm5/attributes.scala to annotations.scala
Diffstat (limited to 'test/files/jvm5/annotations.check')
-rw-r--r--test/files/jvm5/annotations.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/jvm5/annotations.check b/test/files/jvm5/annotations.check
new file mode 100644
index 0000000000..06d35ddb48
--- /dev/null
+++ b/test/files/jvm5/annotations.check
@@ -0,0 +1,6 @@
+class java.rmi.RemoteException
+class java.io.IOException
+@java.lang.Deprecated()
+@test.SourceAnnotation(mail=scala@lists.epfl.ch, value=http://scala.epfl.ch)
+@test.SourceAnnotation(mail=you@bloodsuckers.com, value=http://bloodsuckers.com)
+@test.SourceAnnotation(mail=bill.gates@bloodsuckers.com, value=http://bloodsuckers.com)