99a908e8fe
#KT-3036 Fixed
6 lines
56 B
Kotlin
6 lines
56 B
Kotlin
fun foo(b: Boolean) {
|
|
if (b) {
|
|
} else {
|
|
}
|
|
}
|