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