Deprecate deprecated in favor of Deprecated
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
fun foo(vararg s: String) = s.joinToString()
|
||||
|
||||
@deprecated("", ReplaceWith("newFun(p)"))
|
||||
@Deprecated("", ReplaceWith("newFun(p)"))
|
||||
fun oldFun(p: String){
|
||||
newFun(p)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user