https://issues.dlang.org/show_bug.cgi?id=12606
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> --- Simplified test-case: ----- uint[2] arr1 = [1, 2, 3][0 .. 2]; uint[2] arr2 = [1, 2, 3][0 .. 3]; void main() { } ----- --
