075620daad
#KT-30900 Fixed
7 lines
83 B
Plaintext
Vendored
7 lines
83 B
Plaintext
Vendored
fun foo() {
|
|
if (false) {
|
|
bar(2)
|
|
} else bar(1)
|
|
}
|
|
|
|
fun bar(i: Int) {} |