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