summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1909.check
blob: 6ffbb4fcccfb14f16a35dacd74432ff8e394cf28 (plain) (blame)
1
2
3
4
bug1909.scala:7: error: Implementation restriction: auxiliary constructor calls may not use expressions which require lifting.
  def this(p: String) = this(try 0)
                             ^
one error found