30ac2bacde
#KT-4801 Fixed
6 lines
114 B
Kotlin
6 lines
114 B
Kotlin
fun foo(b: Boolean) {
|
|
if (b)
|
|
System.out.println("true")
|
|
else
|
|
System.out.println("false")
|
|
} |