6e473506fc
#KT-5277 Fixed
5 lines
58 B
Java
5 lines
58 B
Java
//method
|
|
void foo(Integer i) {
|
|
int i1 = i;
|
|
i1++;
|
|
} |