DEBSOURCES
Skip Quicknav
sources / scala / 2.7.7.dfsg-4 / test / files / neg / t0842.check
1234
t0842.scala:1: error: A.this.type does not take type parameters trait A[T] { def m: this.type[T] = this } ^ one error found