summaryrefslogblamecommitdiff
path: root/test/files/neg/bug708.check
blob: 1c4d96e674531218f36c96997b9252667797f2d3 (plain) (tree)
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