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