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


timon.g...@gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.g...@gmx.ch


--- Comment #1 from timon.g...@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: -------

Reply via email to