We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db08362 + 34f5d3b commit 2e9c248Copy full SHA for 2e9c248
src/library/scala/collection/mutable/MultiMap.scala
@@ -51,6 +51,7 @@ package scala.collection.mutable
51
* @define Coll `MultiMap`
52
* @since 1
53
*/
54
+@deprecated("Use a scala.collection.mutable.MultiDict in the scala-collection-contrib module", "2.13.0")
55
trait MultiMap[K, V] extends Map[K, Set[V]] {
56
/** Creates a new set.
57
*
test/files/run/t2857.check
@@ -1,2 +1,2 @@
1
-warning: there was one deprecation warning (since 2.13.0); re-run with -deprecation for details
+warning: there were two deprecation warnings (since 2.13.0); re-run with -deprecation for details
2
false
0 commit comments