summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/macros/runtime/Traces.scala
blob: 0238e9f84e61969c4122b592cd0b58b0a05cf975 (plain) (blame)
1
2
3
4
5
6
7
8
package scala.reflect.macros
package runtime

trait Traces extends util.Traces {
  self: Context =>

  def globalSettings = universe.settings
}