scala / collection-strawman

Implementation of the new Scala 2.13 Collections
Apache License 2.0
200 stars 72 forks source link

Don’t expose Set{1..4} names via className / toString #518

Closed szeiger closed 6 years ago

szeiger commented 6 years ago

They all print as “Set” now, like in the old collection library.

julienrf commented 6 years ago

You need to import scala.Predef.String (or java.lang.String)

szeiger commented 6 years ago

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)...