Deprecated symbol usages fix for the whole project
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package pack
|
||||
|
||||
@deprecated("", ReplaceWith("newFun(p + 1)", "newPack.newFun"))
|
||||
fun oldFun(p: Int) {
|
||||
newFun(p + 1)
|
||||
}
|
||||
Reference in New Issue
Block a user