https://issues.dlang.org/show_bug.cgi?id=13799
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull Hardware|x86 |All OS|Windows |All --- Comment #1 from Kenji Hara <[email protected]> --- I think the multi-dimensional block initializing for static array type should consistently work in arbitrary scope. To increase behavior consistency of variable initializing, my following PR will fix it. https://github.com/D-Programming-Language/dmd/pull/3680 --
