summaryrefslogtreecommitdiff
path: root/test/files/run/t1909.check
blob: 7d25be60fd59120a04ff9c79646843d4641a54ee (plain) (blame)
1
2
3
t1909.scala:7: warning: A try without a catch or finally is equivalent to putting its body in a block; no exceptions are handled.
  def this(p: String) = this(try 0)
                             ^