KT-11295 AssertionError in ConvertToStringTemplateIntention.fold

#KT-11295 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-03-23 17:33:08 +03:00
parent c1499e7cb6
commit 7f2ccb5613
4 changed files with 18 additions and 1 deletions
@@ -0,0 +1,5 @@
val TABLE_PREFIX = ""
fun test(): String {
return <caret>TABLE_PREFIX + '"'
}
@@ -0,0 +1,5 @@
val TABLE_PREFIX = ""
fun test(): String {
return <caret>"$TABLE_PREFIX\""
}