mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 20:45:15 +07:00
9 lines
163 B
Java
9 lines
163 B
Java
public class Test {
|
|
private static final int CONST = 3/2 + 0*1;
|
|
public void foo() {
|
|
int i = 0;
|
|
int j = 2 + (CONST) - 6/2;
|
|
if (i == j) {
|
|
}
|
|
}
|
|
} |