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