summaryrefslogblamecommitdiff
path: root/test/files/neg/t0842.check
blob: 3351aa1174cef68c8a286300f044a5d6fb8c6e37 (plain) (tree)
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