A motley collection of the state and loosely associated behaviour of the type checker.
A Context focussed on an Import tree
A buffer for warnings and errors that are accumulated during speculative type checking.
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.
1.0