blob: 2cf8708726fc2c851d4200b97a01bc51098648c0 [file] [log] [blame]
fun foo(s: String, i: Int){}
fun bar(b: Boolean, s: String){
foo(if (b)
"abc"
else {
println()
s<caret>
})
}
// ELEMENT: s