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
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
val nv1 = 1
|
||||
val nv2 = "$nv1" + <caret>"postfix"
|
||||
}
|
||||
Reference in New Issue
Block a user