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