mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-05 12:03:58 +07:00
8 lines
92 B
Java
8 lines
92 B
Java
class Test {
|
|
void foo() {
|
|
int a = 0, b = 0, c = 0;
|
|
if (a + (b + c)) {
|
|
|
|
}
|
|
}
|
|
} |