summaryrefslogtreecommitdiff
path: root/test/files/neg/bug708.check
blob: cfeb01c87fda58bca281a1aa61947d23aa59638b (plain) (blame)
1
2
3
4
5
bug708.scala:8: error: overriding type S in trait X with bounds >: Nothing <: A.this.T;
 type S has incompatible type
    override private[A] type S = Any;
                             ^
one error found