summaryrefslogtreecommitdiff
path: root/test/files/pos/homonym.scala
blob: 0836f7d6fcb216608ba8abd205adddeed0d97347 (plain) (blame)
1
2
3
4
5
6
// bug #502
class Foo(x: Int) {
  def this() = this(0);
}
object Foo {
}