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