// "Replace with 'newFun()'" "true" @Deprecated("", ReplaceWith("newFun()")) fun oldFun(): String = "" fun newFun(): String = "" fun foo() { val value = oldFun().length }