Deprecate deprecated in favor of Deprecated
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@deprecated("", ReplaceWith("if (p > 0) bar1(p) else bar2(p)"))
|
||||
@Deprecated("", ReplaceWith("if (p > 0) bar1(p) else bar2(p)"))
|
||||
fun foo(p: Int) {
|
||||
if (p > 0)
|
||||
bar1(p)
|
||||
|
||||
Reference in New Issue
Block a user