summaryrefslogblamecommitdiff
path: root/test/files/pos/seq-ordering.scala
blob: 8f1d293c40026f63774479683423c2761c77f406 (plain) (tree)
1
2
3
4
5
6
7
8
9

                           

                                   
  



                                        
import Ordering.Implicits._

class A {
  import Predef.{ implicitly => ? }
  
  ?[Ordering[List[Int]]]
  ?[Ordering[IndexedSeq[(Int, String)]]]
  ?[Ordering[Seq[Seq[Int]]]]
}