From 723503c1c8f2cfd89b24af71a638202354bc4c7e Mon Sep 17 00:00:00 2001 From: buraq Date: Tue, 6 May 2003 15:27:09 +0000 Subject: reintroduced possibility to enter things twice ... reintroduced possibility to enter things twice in the scope. Is crucial if source files should be taken instead of compiled things. --- sources/scalac/symtab/Scope.java | 1 - 1 file changed, 1 deletion(-) (limited to 'sources/scalac') diff --git a/sources/scalac/symtab/Scope.java b/sources/scalac/symtab/Scope.java index 29fbe020cd..7874e4303d 100644 --- a/sources/scalac/symtab/Scope.java +++ b/sources/scalac/symtab/Scope.java @@ -178,7 +178,6 @@ public class Scope { /** enter a symbol */ public Scope enter(Symbol sym) { - assert lookupEntry(sym.name).owner != this : Debug.show(sym); return enter(new Entry(sym, this)); } -- cgit v1.2.3