[Issue 2095] covariance w/o typechecks = bugs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 19 01:09:49 PST 2009


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





------- Comment #8 from maxmo at pochta.ru  2009-02-19 03:09 -------
int[] x=[1,2];
x.length=1;
int[] y=x;
x~=3; // x=[1,3]
y~=4; // x=[1,4]
bug 2093 has little to do with covariance. Added as dependency.


-- 



More information about the Digitalmars-d-bugs mailing list