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


Don <clugd...@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D2                          |D1 & D2


--- Comment #2 from Don <clugd...@yahoo.com.au> 2010-07-16 10:12:57 PDT ---
Reduced test case. Applies to D1 also, as far back as DMD0.175.  Not a
regression.
-------------
int bug4246(fun...)() {
    return fun[0](7);
}

void main() {
    assert(  7 == bug4246!( (int t){ return t; } )()  );
}

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

Reply via email to