aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t1119.scala
blob: 8b36877c49485e80ea12f0d44ec081a2815f6bf8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                           
trait B
{
     type T >: this.type <: B


     // compile-time check: have we achieved our objective?
     def test: T = this
}