summaryrefslogtreecommitdiff
path: root/test-nsc/files/pos/bug160.scala
blob: f1c36ebeae745e85baa7389f6b6e20301967ff2e (plain) (blame)
1
2
3
4
5
// $Id$

class Foo(s:String) {
  def this() = { this("DEFAULT") }
}