https://issues.dlang.org/show_bug.cgi?id=12757
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from yebblies <[email protected]> --- That's not an array literal, that's either an array initializer or an associative array literal, depending on context. You can't use an array initializer except when initializing a variable. --
