aboutsummaryrefslogblamecommitdiff
path: root/tests/new/test.scala
blob: 5d2bc0ff5211bb79cf8eb9d7acb1f9595309f499 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                 
trait T {
  object O
}

class C extends T

object Test {

  val c = new C
  c.O

}