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


                                             
./neg/bounds.scala:11: type arguments [T] do not conform to constructor A's type parameter bounds [T >: I]
class B[T >: J](init: T) extends A[T](init) {
                                  ^
one error found