summaryrefslogblamecommitdiff
path: root/test/files/pos/t762.scala
blob: 76860272eafda883cd4ecacf6b6b55debcc9f8b5 (plain) (tree)
1
2

                                                                                 
trait Foo { type T }
trait Bar extends Foo { val x : Foo { type T <: Bar.this.T } = this : this.type }