Process '$' correctly in "Convert concatenation to template"
So #KT-12226 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
3b2bbee595
commit
66906e2c80
@@ -0,0 +1,3 @@
|
||||
fun test(): String {
|
||||
return "" + '$' + "foo" + '$' + "bar" + '$'<caret>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun test(): String {
|
||||
return "\$foo\$bar$"<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user