3 lines
48 B
Java
3 lines
48 B
Java
if (obj != null && obj.foo()) {
|
|
aMethod();
|
|
}
|
if (obj != null && obj.foo()) {
|
|
aMethod();
|
|
}
|