7 lines
73 B
Java
Vendored
7 lines
73 B
Java
Vendored
//file
|
|
class Test {
|
|
int getInt() {
|
|
byte b = 10;
|
|
return b;
|
|
}
|
|
} |