9c18e24de5
#KT-5071 Fixed
6 lines
84 B
Plaintext
Vendored
6 lines
84 B
Plaintext
Vendored
// "Change to function invocation" "true"
|
|
fun foo() {}
|
|
|
|
fun test(){
|
|
"${foo()}"
|
|
} |