DeprecatedCallableAddReplaceWithIntention: fixed for string templates in expression

This commit is contained in:
Valentin Kipyatkov
2015-05-29 19:04:59 +03:00
parent 07cb0a0b08
commit b012f22edc
6 changed files with 39 additions and 5 deletions
@@ -0,0 +1,6 @@
<caret>@deprecated("")
fun foo(p: Int) {
bar("$p ${p + 1} $0")
}
fun bar(s: String){}