mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-14 00:01:54 +07:00
7 lines
103 B
Java
7 lines
103 B
Java
class Test {
|
|
boolean method() {
|
|
int x = 8;
|
|
x >>= 2;
|
|
return 1 >= 2;
|
|
}
|
|
} |