blob: 393673b0bd70a140e4caa812b52b1fe9d16e02cf [file] [log] [blame]
class Test {
boolean method() {
x >>= 2;
}
}