summaryrefslogblamecommitdiff
path: root/test/files/neg/t3222.scala
blob: 448292e8a7384d0b04e950c94e318a4ef16ed444 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                        
@throws(classOf[B])
class ExceptionTest {
  @throws(classOf[C])
  def foo(@throws(classOf[D]) x: Int) {}

  @throws(classOf[E])
  type t = String
}