Closed szeiger closed 6 years ago
They all print as “Set” now, like in the old collection library.
You need to import scala.Predef.String (or java.lang.String)
scala.Predef.String
java.lang.String
Happens every time when the change is so trivial that I don't bother building it standalone (but only as part of the standard library)...
They all print as “Set” now, like in the old collection library.