summaryrefslogtreecommitdiff
path: root/test/files/neg/bounds.check
blob: 0f4693da88a9ad94c954ca963c5d3c0ad05302a3 (plain) (blame)
1
2
3
4
bounds.scala:11: constructor A of type [T >: I](T)A[T] cannot be applied to [T]
class B[T >: J](init: T) extends A[T](init) {
                                  ^
one error found