[Issue 7743] Parsing problem with nothrow delegate
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Mar 21 13:40:46 PDT 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7743
timon.gehr at gmx.ch changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.gehr at gmx.ch
--- Comment #1 from timon.gehr at gmx.ch 2012-03-21 13:41:04 PDT ---
The grammar on dlang.org indicates that it should work.
FunctionLiteral:
    function Typeopt ParameterAttributes opt FunctionBody
    delegate Typeopt ParameterAttributes opt FunctionBody
    ParameterAttributes FunctionBody <<<
    FunctionBody
ParameterAttributes:
    Parameters
    Parameters FunctionAttributes <<<
FunctionAttribute:
    nothrow <<<
    pure
    Property
-- 
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