summaryrefslogblamecommitdiff
path: root/test/files/pos/homonym.scala
blob: 6b8a310f1f13b7d7a3d12433339e1e5c92cc7b1d (plain) (tree)
1
2
3
4
5




                       
// bug #502
class Foo(x: Int) {
  def this() = this(0);
}
object Foo;