aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t160.scala
blob: 91ac2ba8423a1ad0a2ffefebc1b2431b333ce6a7 (plain) (blame)
1
2
3
class Foo(s:String) {
  def this() = { this("DEFAULT") }
}