http://d.puremagic.com/issues/show_bug.cgi?id=2810
Andrei Alexandrescu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Andrei Alexandrescu <[email protected]> 2011-01-26 13:25:36 PST --- Occurs also when using with typeof: auto fun() { return 1; } int gun(typeof(fun()) x) { return 2 + x; } void main() { gun(3); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
