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