http://d.puremagic.com/issues/show_bug.cgi?id=2511



--- Comment #7 from Rainer Schuetze <r.sagita...@gmx.de> 2010-08-28 00:23:08 
PDT ---
Oh, it's only been tested on interfaces. ClassDeclaration::isBaseInfoComplete()
is broken, class Object doesn't need a base class:

int ClassDeclaration::isBaseInfoComplete()
{
    if (!baseClass)
        return ident == Id::Object;
...

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to