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