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