Don't call redundant toString for variables of type Int
Refactor StringTemplateTranslator a little
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
fun box() : String {
|
||||
val number = 3
|
||||
val s1 = "${number-1}${number}"
|
||||
val s2 = "${5}${4}"
|
||||
return "${s1}${s2}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user