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

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