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





                                                                                                                                 
t7110.scala:2: warning: A try without a catch or finally is equivalent to putting its body in a block; no exceptions are handled.
  try { ??? } // warn
  ^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found
one error found