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





------- Comment #8 from ma...@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.


-- 

Reply via email to