https://issues.dlang.org/show_bug.cgi?id=21953
Luís Ferreira <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Luís Ferreira <[email protected]> --- This also happens on direct assignment, if this helps on some implementation details: ``` int[100] a = null; ``` --
