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