summaryrefslogtreecommitdiff
path: root/test/files/pos/bug183.scala
blob: 4804eb3828cb7ae659032d4e552866945a53c4cf (plain) (blame)
1
2
3
4
5
6
// $Id$

object Test {
  new Foo(0);
  class Foo(x: Int);
}