package pack import dependency.D @Deprecated("", ReplaceWith("bar(D.value)", "dependency.D")) fun foo() { bar(D.value) } fun bar(p: Int){}