// "Replace with 'p'" "true" @Deprecated("", ReplaceWith("p")) fun oldFun(p: Int): Int = p fun foo() { val v = oldFun(0) }