aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t1280.scala
blob: 39406b2e39415492828cc180376aab56f7d6387a (plain) (tree)
1
                                                                
trait X { x => type T >: Null; new X { type T = Any with x.T } }