mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-13 00:30:32 +07:00
10 lines
142 B
Java
10 lines
142 B
Java
class C {
|
|
void foo() {
|
|
if (a &<caret>& b) {
|
|
call();
|
|
}
|
|
else {
|
|
dontCall();
|
|
}
|
|
}
|
|
} |