public class Test { Object a = "a", b = ""; void mm() { Object c = a, d = b; } }