075620daad
#KT-30900 Fixed
7 lines
110 B
Plaintext
Vendored
7 lines
110 B
Plaintext
Vendored
fun foo(b: Boolean) {
|
|
if (!b) bar(2) // comment2
|
|
else
|
|
bar(1) // comment1
|
|
}
|
|
|
|
fun bar(i: Int) {} |