33de0e8393
#KT-4910 Fixed
9 lines
122 B
Kotlin
9 lines
122 B
Kotlin
fun foo(s: String, i: Int){}
|
|
fun foo(c: Char){}
|
|
|
|
fun bar(b: Boolean, s: String){
|
|
foo(if (b) <caret>)
|
|
}
|
|
|
|
// ELEMENT: s
|