summaryrefslogtreecommitdiff
path: root/test/files/neg/t0842.check
blob: 5f88f08194a1d25a7f2ffd0b8f1e341db543f1ee (plain) (blame)
1
2
3
4
t0842.scala:1: error: A.this.type does not take type parameters
trait A[T] { def m: this.type[T] = this }
                        ^
one error found