Deprecate deprecated in favor of Deprecated
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// "Replace with 'newFun(p1, p2, null, option)'" "true"
|
||||
|
||||
interface I {
|
||||
@deprecated("", ReplaceWith("newFun(p1, p2, null, option)"))
|
||||
@Deprecated("", ReplaceWith("newFun(p1, p2, null, option)"))
|
||||
fun oldFun(p1: String, p2: Int, option: Int = 1)
|
||||
|
||||
fun newFun(p1: String, p2New: Int, p3: String?, option: Int = 2)
|
||||
|
||||
Reference in New Issue
Block a user