deprecated (original) (raw)
scala.runtime.stdLibPatches.language.deprecated
The deprecated object contains features that are no longer officially suypported in Scala. Features in this object are slated for removal. New code should not use them and old code should migrate away from them.
Attributes
Source
Graph
Supertypes
Self type
Members list
Symbol literals have been deprecated since 2.13. Since Scala 3.0 they are no longer an official part of Scala. For compatibility with legacy software, symbol literals are still supported with a language import, but new software should not use them.
Symbol literals have been deprecated since 2.13. Since Scala 3.0 they are no longer an official part of Scala. For compatibility with legacy software, symbol literals are still supported with a language import, but new software should not use them.
Attributes
Source
Supertypes
Self type
In this article