9c18e24de5
#KT-5071 Fixed
6 lines
89 B
Kotlin
Vendored
6 lines
89 B
Kotlin
Vendored
// "Change to function invocation" "true"
|
|
fun foo() {}
|
|
|
|
fun test(){
|
|
"$foo<caret>()"
|
|
} |