30ac2bacde
#KT-4801 Fixed
2 lines
62 B
Java
2 lines
62 B
Java
//statement
|
|
if (1 > 0) {int n = 1; return n;} else {return 0;} |