From da93e36d8f40d0484ad45182054814df34cb1595 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 11 Jun 2003 18:10:24 +0000 Subject: *** empty log message *** --- sources/scalac/symtab/Scope.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/scalac/symtab/Scope.java') diff --git a/sources/scalac/symtab/Scope.java b/sources/scalac/symtab/Scope.java index 6c707f43c4..64e06b61e6 100644 --- a/sources/scalac/symtab/Scope.java +++ b/sources/scalac/symtab/Scope.java @@ -183,7 +183,7 @@ public class Scope { public Scope enterOrOverload(Symbol sym) { Entry e = lookupEntry(sym.name); - if (e.owner == this && (sym.flags & Modifiers.PRIVATE) == 0) { + if (e.owner == this/* && (sym.flags & Modifiers.PRIVATE) == 0*/) { e.setSymbol(e.sym.overloadWith(sym)); return this; } else { -- cgit v1.2.3