summaryrefslogblamecommitdiff
path: root/test/files/pos/t5846.scala
blob: 05cabed6a0a11addf86a2b473a6cce1854a85be5 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                               
 
                                                                                              
 
 
/** Return the most general sorted map type. */
object Test extends App {

  val empty: collection.SortedMap[String, String] = collection.SortedMap.empty[String, String]

}