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