summaryrefslogtreecommitdiff
path: root/test/files/neg/t3222.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3222.check')
-rw-r--r--test/files/neg/t3222.check13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/files/neg/t3222.check b/test/files/neg/t3222.check
new file mode 100644
index 0000000000..6170827cc9
--- /dev/null
+++ b/test/files/neg/t3222.check
@@ -0,0 +1,13 @@
+t3222.scala:1: error: not found: type B
+@throws(classOf[B])
+ ^
+t3222.scala:4: error: not found: type D
+ def foo(@throws(classOf[D]) x: Int) {}
+ ^
+t3222.scala:3: error: not found: type C
+ @throws(classOf[C])
+ ^
+t3222.scala:6: error: not found: type E
+ @throws(classOf[E])
+ ^
+four errors found