Deprecate deprecated in favor of Deprecated
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// "Replace with 'newFun(p1, *p2)'" "true"
|
||||
|
||||
@deprecated("", ReplaceWith("newFun(p1, *p2)"))
|
||||
@Deprecated("", ReplaceWith("newFun(p1, *p2)"))
|
||||
fun oldFun(p1: String, vararg p2: Int){
|
||||
newFun(p1, *p2)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user