aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t3222.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t3222.check')
-rw-r--r--tests/untried/neg/t3222.check13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/untried/neg/t3222.check b/tests/untried/neg/t3222.check
new file mode 100644
index 000000000..6170827cc
--- /dev/null
+++ b/tests/untried/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