help
Root Question Message
var xs = new string[] {}; object[] ys = xs;
var xs = new int[] {}; object[] ys = xs;