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