object {{

A magic symbol that, when imported in a REPL template, bumps the effective nesting level of the typechecker.

The REPL inserts this import to control scoping in code templates, without excessive lexical noise.

import p.X
import scala.tools.nsc.interpreter.`{{`
import q.X
X           // q.X

Its name is chosen to suggest scoping by braces; the brace is doubled to avoid confusion in printed output, as the name will be visible to a REPL user inspecting generated code.

There is no complementary symbol to restore the nesting level.

Source
Imports.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. {{
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected