https://d.puremagic.com/issues/show_bug.cgi?id=11992



--- Comment #1 from Temtaime <[email protected]> 2014-01-25 04:26:41 PST ---
Sorry, second case should be


void main() {
    immutable int[3] d = [ 1 ];
    int a;
    int[] arr;
    arr ~= [ a ] + d[];
}

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to