KT-11295 AssertionError in ConvertToStringTemplateIntention.fold
#KT-11295 Fixed
This commit is contained in:
@@ -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\""
|
||||
}
|
||||
Reference in New Issue
Block a user