summaryrefslogblamecommitdiff
path: root/test/files/pos/t175.scala
blob: 4c0eb28ba00174dd3f07f86b689bc8366e3b10cf (plain) (tree)
1
2
3


                                
abstract class C {
  def this(x: Unit) = { this() }
}