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.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/scalac/symtab/Scope.java b/sources/scalac/symtab/Scope.java
index f609bbf64a..ee20684da8 100644
--- a/sources/scalac/symtab/Scope.java
+++ b/sources/scalac/symtab/Scope.java
@@ -80,6 +80,10 @@ public class Scope {
*/
private Symbol[] elemsCache = null;
+ public Symbol[] getElemsCache() {
+ return elemsCache;
+ }
+
/** size and mask of hash tables
* todo: make hashtables grow?
*/