summaryrefslogtreecommitdiff
path: root/test/neg/bounds.check
blob: c0eb0f6bed1d91b26ae39568e2e51d012083d936 (plain) (blame)
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