blob: f6f70ca941c6fd03a70b174c1093517457be86bf [file] [log] [blame]
public class C {
{
Object o = getO();
String s = "";
if (o != null) {
String s1 = o.toString();
s += s1;
}
}
}