List of symbols to import from in a root context.
List of symbols to import from in a root context. Typically that
is java.lang, scala, and scala.Predef, in that order. Exceptions:
-Yno-imports is given, nothing is importedjava.lang is imported-Yno-predef is given, if the unit body has an import of Predef
among its leading imports, or if the tree is scala.Predef, Predef is not imported.
(contexts: StringAdd).self
(contexts: StringFormat).self
(contexts: ArrowAssoc[Contexts]).x
(Since version 2.10.0) Use leftOfArrow instead
(contexts: Ensuring[Contexts]).x
(Since version 2.10.0) Use resultOfEnsuring instead
1.0