aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t183.scala
blob: d7ed27f730555c5f3119ef3b0cabbde3197cdf7d (plain) (tree)
1
2
3
4



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