DEBSOURCES
Skip Quicknav
sources / scala / 2.9.2%2Bdfsg-2 / test / files / pos / bug1119.scala
12345678910
trait B { type T >: this.type <: B // compile-time check: have we achieved our objective? def test: T = this }