summaryrefslogtreecommitdiff
path: root/test/files/jvm5/throws-annot.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-02-04 09:47:40 +0000
committermichelou <michelou@epfl.ch>2008-02-04 09:47:40 +0000
commitd8e9f6cd938ef9f4b8eb24c5e89d62accd1a310c (patch)
tree9f22d216cee361cad782dff893d93c302f51f03b /test/files/jvm5/throws-annot.check
parent17688db317d8e2e3a31297f56b830f8a783b8d13 (diff)
downloadscala-d8e9f6cd938ef9f4b8eb24c5e89d62accd1a310c.tar.gz
scala-d8e9f6cd938ef9f4b8eb24c5e89d62accd1a310c.tar.bz2
scala-d8e9f6cd938ef9f4b8eb24c5e89d62accd1a310c.zip
moved test to jvm5
Diffstat (limited to 'test/files/jvm5/throws-annot.check')
-rw-r--r--test/files/jvm5/throws-annot.check21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/files/jvm5/throws-annot.check b/test/files/jvm5/throws-annot.check
new file mode 100644
index 0000000000..a0ed82b106
--- /dev/null
+++ b/test/files/jvm5/throws-annot.check
@@ -0,0 +1,21 @@
+read throws: class java.io.IOException
+read annotations:
+readWith2 throws: class java.lang.ClassCastException, class java.io.IOException
+readWith2 annotations:
+readMixed throws: class java.io.IOException, class java.lang.NullPointerException
+readMixed annotations: @java.lang.Deprecated()
+readMixed2 throws: class java.io.IOException, class java.lang.NullPointerException
+readMixed2 annotations: @java.lang.Deprecated()
+readNoEx throws:
+readNoEx annotations: @java.lang.Deprecated()
+Testing mirror class
+read throws: class java.io.IOException
+read annotations:
+readWith2 throws: class java.lang.ClassCastException, class java.io.IOException
+readWith2 annotations:
+readMixed throws: class java.io.IOException, class java.lang.NullPointerException
+readMixed annotations: @java.lang.Deprecated()
+readMixed2 throws: class java.io.IOException, class java.lang.NullPointerException
+readMixed2 annotations: @java.lang.Deprecated()
+readNoEx throws:
+readNoEx annotations: @java.lang.Deprecated()