30ac2bacde
#KT-4801 Fixed
7 lines
115 B
Java
7 lines
115 B
Java
//method
|
|
void foo(boolean b) {
|
|
if (b)
|
|
System.out.println("true")
|
|
else
|
|
System.out.println("false")
|
|
} |