summaryrefslogtreecommitdiff
path: root/test/files/pos/bug175.scala
blob: 2ef26589c2d7452a48da8cc2883d1fc63fc6bc93 (plain) (blame)
1
2
3
4
5
// $Id$

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