5 lines
67 B
Java
Vendored
5 lines
67 B
Java
Vendored
//method
|
|
void foo(byte b) {
|
|
Integer i = b;
|
|
if (p) i = 10;
|
|
} |