super.put(name, declaration);
return true;
}
if (decl instanceof Declaration)
{
DeclarationType foundType =
((Declaration)decl).getDeclaratonType();
DeclarationType addType =
((Declaration)declaration).getDeclaratonType();
if (foundType != addType ||
addType != DeclarationType.ClassVarDeclaration)
{