mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-15 18:53:43 +07:00
10 lines
174 B
Java
10 lines
174 B
Java
public class C {
|
|
{
|
|
Object o = getO();
|
|
String s = "";
|
|
if (o != null) {
|
|
String s1 = o.toString();
|
|
s += s1;
|
|
}
|
|
}
|
|
} |