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

           Summary: allow explicit storage classes for delegate parameters
                    with inferred types
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: timon.g...@gmx.ch


--- Comment #0 from timon.g...@gmx.ch 2012-01-15 09:17:39 PST ---
eg, the following code should compile:
void main() {
    int x;
    ((ref a)=>a+=1)(x);
    x=((immutable a)=>a+1)(x);
}

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

Reply via email to