9c18e24de5
#KT-5071 Fixed
6 lines
128 B
Kotlin
Vendored
6 lines
128 B
Kotlin
Vendored
// "Change to function invocation" "true"
|
|
fun bar(i: Int, j: Int) {}
|
|
|
|
fun test(s: String){
|
|
"$bar<caret>(1, 2) sometext $s"
|
|
} |