Package

scalaShadowing

Permalink

package scalaShadowing

Visibility
  1. Public
  2. All

Value Members

  1. object language

    Permalink

    The scala.language object controls the language features available to the programmer, as proposed in the SIP-18 document.

    The scala.language object controls the language features available to the programmer, as proposed in the SIP-18 document.

    Each of these features has to be explicitly imported into the current scope to become available:

    import language.postfixOps // or language._
    List(1, 2, 3) reverse

    The language features are:

    and, for dotty:

Ungrouped