summaryrefslogtreecommitdiff
path: root/test/files/neg/t1364.check
blob: cb8803abdcd900e3df8923a297e20d2b64203f3d (plain) (blame)
1
2
3
4
5
t1364.scala:9: error: overriding type T in trait A with bounds <: AnyRef{type S[-U]};
 type T has incompatible type
 type T = { type S[U] = U }
      ^
one error found