More correct convertation to string template when number literals involved
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
fun main(args: Array<String>){
|
||||
val x = "abc0.32"
|
||||
val x = "abc${0.320}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user