blob: 2449369ac4301ca50f9d8fd172f71cbd904d2772 [file] [log] [blame]
//file
class Test {
int getInt() {
byte b = 10;
return b;
}
}