summaryrefslogblamecommitdiff
path: root/test/files/neg/t7110.scala
blob: 79ac32521619486a6651929c36e351ce91d847ff (plain) (tree)
1
2
3
4
5
6





                                                       
object Test {
  try { ??? } // warn

  try { ??? } finally ??? // no warn
  try { ??? } catch { case _: Throwable => } // no warn
}