https://issues.dlang.org/show_bug.cgi?id=21696

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Walter Bright <[email protected]> ---
The attachment:

void func(double[1][1] stuff = [[1.0]])
{
    bool myFunc()
    {
        if (stuff[])
            return true;
        return false;
    }

    myFunc();
}

--

Reply via email to