Deprecate deprecated in favor of Deprecated
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// "Replace with '1'" "true"
|
||||
|
||||
fun foo(): Int {
|
||||
@deprecated("", ReplaceWith("1"))
|
||||
@Deprecated("", ReplaceWith("1"))
|
||||
fun localFun() = 1
|
||||
|
||||
return <caret>localFun()
|
||||
|
||||
Reference in New Issue
Block a user