aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/neg/tcpoly_ticket2101.check
blob: ad0fd8bda26ad6be0fd3c655f79d840b30c3468b (plain) (tree)
1
2
3
4



                                                                                                                            
tcpoly_ticket2101.scala:2: error: type arguments [T2,X] do not conform to class T's type parameter bounds [A[Y] <: T[A,B],B]
class T2[X] extends T[T2, X] // ill-typed
                    ^
one error found