[Issue 1039] DMD hangs with 100% CPU

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 8 07:55:29 PST 2007


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





------- Comment #1 from r.a3 at ntlworld.com  2007-03-08 09:55 -------
Sorry, I made a mistake. Is there no way to edit these? module3.d should be:

import module2;

abstract class SecondBaseClass
{
        this(FirstInterface) {}
}
class ThirdClass
{
}


-- 



More information about the Digitalmars-d-bugs mailing list