http://d.puremagic.com/issues/show_bug.cgi?id=144
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] 2012-07-13 13:23:26 PDT --- There is an order dependency: void gm(){assert(0);} alias gm fn; void fn(){assert(0);} and fnp points to gm, but void gm(){assert(0);} void fn(){assert(0);} alias gm fn; and then fnp points to fn. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
