6 lines
66 B
Java
6 lines
66 B
Java
class Test {
|
|
int getInt() {
|
|
byte b = 10;
|
|
return b;
|
|
}
|
|
} |