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