[Issue 561] Incorrect duplicate error message when trying to create instance of interface
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 23 10:22:17 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=561
deewiant at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
------- Comment #2 from deewiant at gmail.com 2007-03-23 12:22 -------
This should be easy to fix. expression.c, line 2756, change from:
if (cd->isAbstract())
To:
else if (cd->isAbstract())
--
More information about the Digitalmars-d-bugs
mailing list