summaryrefslogtreecommitdiff
path: root/test/files/pos/t5846.scala
blob: b06f5ac39cf2a98fd3cc121414dacf0cbc3d2743 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/** Return the most general sorted map type. */
object Test extends App {
  
  val empty: collection.SortedMap[String, String] = collection.SortedMap.empty[String, String]
  
}