Uast: making KotlinStringTemplateUPolyadicExpression.operands always non-empty (EA-231393)

This commit is contained in:
Nicolay Mitropolsky
2020-04-27 21:09:41 +03:00
parent b7e715045a
commit 00b44c1e68
16 changed files with 126 additions and 10 deletions
@@ -8,6 +8,8 @@ val literalInLiteral = "a ${"literal$case4"} z"
val literalInLiteral2 = "a ${"literal$case4".repeat(4)} z"
val empty = ""
fun simpleForTemplate(i: Int = 0) = "$i"
fun foo() {