// "Replace usages of 'oldFun(Int): Unit' in whole project" "true" import pack.oldFun fun foo() { oldFun(0) oldFun(2) } fun bar() { oldFun(3) }