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