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