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