DeprecatedCallableAddReplaceWithIntention
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@deprecated("", ReplaceWith("bar(\"\\\"$p\\\"\\n1\\r2\\t3\")"))
|
||||
fun foo(p: Int) {
|
||||
bar("\"$p\"\n1\r2\t3")
|
||||
}
|
||||
|
||||
fun bar(s: String){}
|
||||
Reference in New Issue
Block a user