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