summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/internal/Scopes.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/reflect/internal/Scopes.scala')
-rw-r--r--src/compiler/scala/reflect/internal/Scopes.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/reflect/internal/Scopes.scala b/src/compiler/scala/reflect/internal/Scopes.scala
index 9f8eb025e5..c150abc7db 100644
--- a/src/compiler/scala/reflect/internal/Scopes.scala
+++ b/src/compiler/scala/reflect/internal/Scopes.scala
@@ -6,7 +6,7 @@
package scala.reflect
package internal
-trait Scopes { self: SymbolTable =>
+trait Scopes extends api.Scopes { self: SymbolTable =>
class ScopeEntry(val sym: Symbol, val owner: Scope) {
/** the next entry in the hash bucket