symbolLiterals
 scala.language.deprecated.symbolLiterals
  object symbolLiterals
 
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
 - language.scala
 - Graph
 - 
    
 - Supertypes
 - Self type
 - 
    symbolLiterals.type
 
In this article