UAST: correct processing of string literals in string literals (KT-20990)

This commit is contained in:
Nicolay Mitropolsky
2017-10-28 20:28:42 +03:00
committed by xiexed
parent 11f9c055fd
commit a11cf253df
4 changed files with 14 additions and 3 deletions
+3 -1
View File
@@ -2,4 +2,6 @@ val foo = "lorem"
val bar = "ipsum"
val baz = "dolor"
val foobarbaz = "$foo $bar $baz"
val foobarbaz = "$foo $bar $baz"
val case4 = "a ${"literal"} z"