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

           Summary: No way to declare delegates with ref return
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: simen.kja...@gmail.com


--- Comment #0 from Simen Kjaeraas <simen.kja...@gmail.com> 2010-10-13 11:48:54 
PDT ---
ref int delegate( ref int ) r = ( ref int a ) { return a; };

The above gives "found 'ref' instead of statement"

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to