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