Take the following snippet:
string x = ""; string y = ""; object[] z = { x, y };
do x and y get converted to object,