blob: 83e26f8cc66bc41b66ef8f61d5696a9f74c46ecb [file] [log] [blame]
class Test {
boolean method() {
int x = 8;
x >>= 2;
return 1 >= 2;
}
}