class Test { { Object o = ""; o += ""; System.out.println(o); CharSequence c = ""; c += ""; System.out.println(c); } }