aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t175.scala
blob: 4c0eb28ba00174dd3f07f86b689bc8366e3b10cf (plain) (blame)
1
2
3
abstract class C {
  def this(x: Unit) = { this() }
}