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