
scala.tools.nsc.ReflectSetup.scala Maven / Gradle / Ivy
package scala.tools.nsc
/** A helper trait to initialize things that need to be set before JavaMirrors and other
* reflect specific traits are initialized */
private[nsc] trait ReflectSetup { this: Global =>
phase = new Run().typerPhase
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy