All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.scala.Context.scala Maven / Gradle / Ivy

The newest version!
package scala.tools.nsc.macrotracker

import scala.reflect.macros.whitebox.{Context => NscContext}
import scala.tools.nsc.macrotracker.contexts.{Root => MacrotrackerContext}

class Context(val c: NscContext) extends NscContext with MacrotrackerContext {
  import universe._
  lazy val touchedSymbols = scala.collection.mutable.ListBuffer[CompilerSymbol]()
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy