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