summaryrefslogblamecommitdiff
path: root/test/pending/pos/t1024.scala
blob: 0bd5b026a5836a71a00869b552bb7aa4b31e6f33 (plain) (tree)
1
2
3
4



                                   
object Test {
  trait T { trait U { val x = 3 } }
  val x = new AnyRef with T#U { }
}