blob: f07cf3847bda2df1617089d6f973dcb92ae91010 [file] [log] [blame]
// "Move 'Number' to the beginning" "true"
class C {
{
Object x = null;
Object y2 = (Number & CharSequence) x;
}
}