summaryrefslogtreecommitdiff
path: root/test/files/pos/t5846.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t5846.scala')
-rw-r--r--test/files/pos/t5846.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t5846.scala b/test/files/pos/t5846.scala
index b06f5ac39c..05cabed6a0 100644
--- a/test/files/pos/t5846.scala
+++ b/test/files/pos/t5846.scala
@@ -4,7 +4,7 @@
/** Return the most general sorted map type. */
object Test extends App {
-
+
val empty: collection.SortedMap[String, String] = collection.SortedMap.empty[String, String]
-
+
}