http://d.puremagic.com/issues/show_bug.cgi?id=7759



--- Comment #2 from Daniel <daniel...@bigpond.com> 2012-03-24 02:13:16 PDT ---
Its cases like this that are curious aswell.

void main() {
    int[] a = [3,3,3];
    int[2] y = a[] + a[]; // ok

    int[2] x = [3,3,3] + [3,3,3]; // error

    writeln(y);
}

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

Reply via email to