http://d.puremagic.com/issues/show_bug.cgi?id=4503
Trass3r <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #2 from Trass3r <[email protected]> 2010-07-25 14:04:50 PDT --- A test with if (t->ty == Tinstance && t != this && !t->deco) { //error(loc, "forward reference to '%s'", t->toChars()); //return; t = t->semantic(loc, sc); } solved this issue. Don't know if that causes other problems though. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
