summaryrefslogblamecommitdiff
path: root/test/files/neg/bug1909.check
blob: 631c60d5f0def17c1d71b5fadf13625e82399de7 (plain) (tree)
1
2
3
4



                                                                                                                              
bug1909.scala:5: error: Implementation restriction: auxiliary constructor calls may not use expressions which require lifting.
  def this(p: String) = this(try 0)
                             ^
one error found