Files

10 lines
174 B
Java

public class C {
{
Object o = getO();
String s = "";
if (o != null) {
String s1 = o.toString();
s += s1;
}
}
}