summaryrefslogtreecommitdiff
path: root/test/neg/bounds.check
blob: 461086194fc069929f526e180b9d61bc919f8c6c (plain) (blame)
1
2
3
4
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