mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 11:36:16 +07:00
16 lines
201 B
Java
16 lines
201 B
Java
class A {
|
|
Object foo;
|
|
Object bar;
|
|
|
|
public static void main(String[] args) {
|
|
if (foo == null) {
|
|
|
|
}
|
|
|
|
bar.if
|
|
|
|
if (bar == null) {
|
|
|
|
}
|
|
}
|
|
} |