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