Fix problem with appending literal to variable omitting braces #KT-13336 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
223fd9fad0
commit
42969271ab
+4
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
val prefix = "prefix"
|
||||
val nv2 = "${prefix}postfix"
|
||||
}
|
||||
Reference in New Issue
Block a user