summaryrefslogblamecommitdiff
path: root/test/files/neg/t882.check
blob: a906778a1a4118f7063e0a69d9b6410e9db892da (plain) (tree)
1
2
3
4



                                                                                                            
t882.scala:2: error: traits cannot have type parameters with context bounds `: ...' nor view bounds `<% ...'
trait SortedSet[A <% Ordered[A]] {
                                 ^
one error found