http://d.puremagic.com/issues/show_bug.cgi?id=4183
Simen Kjaeraas <simen.kja...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simen.kja...@gmail.com --- Comment #1 from Simen Kjaeraas <simen.kja...@gmail.com> 2010-05-13 07:16:25 PDT --- Also worth noticing, this compiles and runs: class foo { void delegate( ) bar( ) @property { return { writeln( "Delegate RUN!" ); }; } } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------