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.
In Scala, Nil gets the type collection.immutable.Nil.type, but in Dotty it gets scala.collection.immutable.Nil$.
Nil
collection.immutable.Nil.type
scala.collection.immutable.Nil$
object Test { val Nil = scala.collection.immutable.Nil }