class A_testString_in { public static void bar(){ Object s = new String(); s.toString(); } }