Deprecate deprecated in favor of Deprecated
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Replace with 'newFun()'" "true"
|
||||
|
||||
@deprecated("", ReplaceWith("newFun()"))
|
||||
@Deprecated("", ReplaceWith("newFun()"))
|
||||
fun Int.oldFun(): Int = this
|
||||
|
||||
fun Int.newFun(): Int = this
|
||||
|
||||
Reference in New Issue
Block a user