Deprecate deprecated in favor of Deprecated
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Replace with 'newFun(p2, p1, handler)'" "true"
|
||||
|
||||
interface I {
|
||||
@deprecated("", ReplaceWith("newFun(p2, p1, handler)"))
|
||||
@Deprecated("", ReplaceWith("newFun(p2, p1, handler)"))
|
||||
fun oldFun(p1: String = "", p2: Int = 0, handler: () -> Unit)
|
||||
|
||||
fun newFun(a: Int = 0, b: String = "", handler: () -> Unit)
|
||||
|
||||
Reference in New Issue
Block a user