summaryrefslogtreecommitdiff
path: root/test/files/neg/t3222.check
blob: b1e1e504484f5eb2b2f15ecdb758ab28fb17a1ae (plain) (blame)
1
2
3
4
5
6
7
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) {}
                          ^
two errors found