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