summaryrefslogblamecommitdiff
path: root/test/files/neg/t1355.check
blob: f9786e92718196bad823b433d2fcba8bc523a5a7 (plain) (tree)
1
2
3
4



                                                                                                            
t1355.scala:1: error: type arguments [A[T]] do not conform to trait A's type parameter bounds [T <: A[A[T]]]
trait A[T <: A[A[T]]]
             ^
one error found