scala.reflect.macros.runtime.Traces.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scala-compiler Show documentation
Show all versions of scala-compiler Show documentation
Compiler for the Scala Programming Language
package scala.reflect.macros
package runtime
trait Traces extends util.Traces {
self: Context =>
def globalSettings = universe.settings
}