blob: 1db9bd5504492ce479005857e88ab8b0d7dc9402 [file] [log] [blame]
class A_testString_in {
public static void bar(){
String s = new String();
s.toString();
}
}