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