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

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|regression                  |enhancement

--- Comment #5 from Walter Bright <bugzi...@digitalmars.com> ---
The { } attribute syntax is not supported for local variables:

void bar()
{
    const { int a = 3; }
}

It's never been supported, so it's not a regression. Marked as enhancement
request.

--

Reply via email to