summaryrefslogtreecommitdiff
path: root/src/library/scala/reflect/makro/Context.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/reflect/makro/Context.scala')
-rw-r--r--src/library/scala/reflect/makro/Context.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/library/scala/reflect/makro/Context.scala b/src/library/scala/reflect/makro/Context.scala
index b0e15fd572..fb77405d37 100644
--- a/src/library/scala/reflect/makro/Context.scala
+++ b/src/library/scala/reflect/makro/Context.scala
@@ -14,12 +14,13 @@ trait Context extends Aliases
with Reifiers
with FrontEnds
with Settings
- with Symbols
with Typers
+ with Exprs
+ with TypeTags
with Util {
/** The mirror that corresponds to the compile-time universe */
- val mirror: scala.reflect.api.Universe
+ val mirror: Universe
/** The type of the prefix tree from which the macro is selected */
type PrefixType