Deprecate deprecated in favor of Deprecated
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
@deprecated("", <caret>ReplaceWith("bar()"))
|
||||
@Deprecated("", <caret>ReplaceWith("bar()"))
|
||||
fun foo(): String = bar()
|
||||
|
||||
fun bar(): String = ""
|
||||
|
||||
Reference in New Issue
Block a user