http://d.puremagic.com/issues/show_bug.cgi?id=3911
--- Comment #1 from Don <[email protected]> 2010-03-29 21:04:14 PDT --- This fixes the ICE: expression.c line 7181. ---- if (!type) { error("forward reference to inferred return type of function call %s", toChars()); type = Type::terror; + return new ErrorExp(); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
