DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / neg / t3222.scala
123456789
@throws(classOf[B]) class ExceptionTest { @throws(classOf[C]) def foo(@throws(classOf[D]) x: Int) {} @throws(classOf[E]) type t = String }