aboutsummaryrefslogblamecommitdiff
path: root/tests/run/t6637.scala
blob: 052e7f5d64056f4e06bb6b299f8d110e4643be10 (plain) (tree)
1
2
3
4
5
6
7

                                             
               



                                                             
object Test extends dotty.runtime.LegacyApp {
  try {
    List().head
  } catch {
    case _ :java.util.NoSuchElementException => println("ok")
  }
}