summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/Scope.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac/symtab/Scope.java')
-rw-r--r--sources/scalac/symtab/Scope.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scalac/symtab/Scope.java b/sources/scalac/symtab/Scope.java
index e91789d107..cc76b5ab1d 100644
--- a/sources/scalac/symtab/Scope.java
+++ b/sources/scalac/symtab/Scope.java
@@ -69,7 +69,7 @@ public class Scope {
/** the next entry in the hash bucket
*/
- private Entry tail;
+ public Entry tail;
/** the next entry in this scope
*/