blob: 6be3b1ed961935427cde8d973b12de5122791dfe [file]
// "Change to function invocation" "true"
package a
fun foo() {}
fun test() {
foo()
}