https://issues.dlang.org/show_bug.cgi?id=17911
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|regression |enhancement --- Comment #5 from Walter Bright <[email protected]> --- 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. --
