blob: 8fd62fdc775d6f56f10c056b441d36e5141b063b [file] [log] [blame]
class Test {
void foo(byte i) {
long j = i;
}
}