6e473506fc
#KT-5277 Fixed
5 lines
67 B
Java
5 lines
67 B
Java
//method
|
|
void foo(byte b) {
|
|
Integer i = b;
|
|
if (p) i = 10;
|
|
} |