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