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