summaryrefslogtreecommitdiff
path: root/test/files/jvm/throws-annot.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2008-02-01 13:35:13 +0000
committerIulian Dragos <jaguarul@gmail.com>2008-02-01 13:35:13 +0000
commit1e00b1bd3b624efd8eac511d642d289715404bb6 (patch)
treeb425e45acbabb3a6c80f8af1f586fc1d8697b1af /test/files/jvm/throws-annot.check
parent222998874fb15354823e255384bf6ee6d1898d27 (diff)
downloadscala-1e00b1bd3b624efd8eac511d642d289715404bb6.tar.gz
scala-1e00b1bd3b624efd8eac511d642d289715404bb6.tar.bz2
scala-1e00b1bd3b624efd8eac511d642d289715404bb6.zip
Fixed #377.
Diffstat (limited to 'test/files/jvm/throws-annot.check')
-rw-r--r--test/files/jvm/throws-annot.check21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/files/jvm/throws-annot.check b/test/files/jvm/throws-annot.check
new file mode 100644
index 0000000000..a0ed82b106
--- /dev/null
+++ b/test/files/jvm/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()