blob: a204a57e3b8385bf18ece0f113e84e462c89d198 [file]
class Test {
{
Integer i = 9;
byte b = (byte) (i >> 2);
}
}