DeprecatedCallableAddReplaceWithIntention: fixed for string templates in expression
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<caret>@deprecated("")
|
||||
fun foo(p: Int) {
|
||||
bar("$p ${p + 1} $0")
|
||||
}
|
||||
|
||||
fun bar(s: String){}
|
||||
Reference in New Issue
Block a user