You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to Scala2.13.15 (OpenJDK64-BitServerVM, Java21.0.1).
Type in expressions for evaluation. Ortry:help.
scala> implicitly[collection.BuildFrom[collection.concurrent.Map[String, String], (String, String), collection.concurrent.Map[String, String]]]
^
error: Cannot construct a collection of typescala.collection.concurrent.Map[String,String] with elements of type (String, String) based on a collection of typescala.collection.concurrent.Map[String,String].
it works for mutable.Map.
PR coming, though not sure if we can fix it in a binary compatible manner.
The text was updated successfully, but these errors were encountered:
it works for
mutable.Map
.PR coming, though not sure if we can fix it in a binary compatible manner.
The text was updated successfully, but these errors were encountered: