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