[Issue 4183] @property doesnt work with delegate return type

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 13 07:16:27 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4183


Simen Kjaeraas <simen.kjaras at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simen.kjaras at gmail.com


--- Comment #1 from Simen Kjaeraas <simen.kjaras at 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: -------


More information about the Digitalmars-d-bugs mailing list