DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / pos / t1672.scala
12345678910
object Test { @annotation.tailrec def bar : Nothing = { try { throw new RuntimeException } catch { case _: Throwable => bar } } }