summaryrefslogtreecommitdiff
path: root/test/files/neg/bug882.check
blob: 8f47fefd9bb5142db578d9466232f658a7813caf (plain) (blame)
1
2
3
4
bug882.scala:2: error: traits cannot have type parameters with context bounds `: ...'
trait SortedSet[A <% Ordered[A]] {
                                 ^
one error found