DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-5 / test / files / run / exc.scala
12345678910
object Test extends App { def foo() = { while (true) { try { } catch { case ex: Exception => } } } }