class A { public void test() { String str = "true"; String s = "ss" + str; } }