DeprecatedSymbolUsageFix: fixed for string template
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Replace with '"p = $p"'" "true"
|
||||
|
||||
@deprecated("", ReplaceWith("\"p = \$p\""))
|
||||
fun oldFun(p: Int) = "p = $p"
|
||||
|
||||
fun foo(p: Int) {
|
||||
val s = <caret>oldFun(p + 1)
|
||||
}
|
||||
Reference in New Issue
Block a user