Files
kotlin-fork/idea/testData/quickfix/variables/changeToFunctionInvocation/inStringTemplate3.kt.after
T
2018-11-08 10:33:50 +03:00

6 lines
102 B
Plaintext
Vendored

// "Change to function invocation" "true"
fun bar(i: Int, j: Int) {}
fun test(){
"${bar(1, 2)}"
}