[Issue 1654] Array concatenation should result in mutable or invariant depending on usage

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 31 11:57:32 PDT 2013


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



--- Comment #28 from bearophile_hugs at eml.cc 2013-05-31 11:57:29 PDT ---
An example of code we like to compile:


void main() {
    immutable data1 = [10, 20];
    immutable data2 = data1 ~ [30];
}

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


More information about the Digitalmars-d-bugs mailing list