Deprecate deprecated in favor of Deprecated
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Replace with 'newFun(p)'" "true"
|
||||
|
||||
class X {
|
||||
@deprecated("", ReplaceWith("newFun(p)"))
|
||||
@Deprecated("", ReplaceWith("newFun(p)"))
|
||||
fun oldFun(p: Any) {
|
||||
newFun(p)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user