6e473506fc
#KT-5277 Fixed
5 lines
73 B
Java
5 lines
73 B
Java
//method
|
|
void foo(p: Boolean) {
|
|
Integer i = 1;
|
|
if (p) i = null;
|
|
} |