summaryrefslogtreecommitdiff
path: root/test/files/neg/t5687.check
blob: 5096077ee5d8cbbea483811929d409b870b0c596 (plain) (blame)
1
2
3
4
5
6
7
8
t5687.scala:4: error: type arguments [T] do not conform to class Template's type parameter bounds [T <: AnyRef]
  type Repr[T]<:Template[T]
                ^
t5687.scala:20: error: overriding type Repr in class Template with bounds[T] <: Template[T];
 type Repr has incompatible type
  type Repr = CurveTemplate[T]
       ^
two errors found