blob: 0b59f99cc0847bfe730dcb9cae0393cc6114ba6b [file] [log] [blame]
class Test {
void foo(byte i) {
int i1 = i + 1;
int i2 = i - 1;
int i3 = i >> 1;
}
}