Introduce Variable: Remove braces from replaced string template entries when possible

#KT-5310 Fixed
This commit is contained in:
Alexey Sedunov
2014-12-23 14:00:08 +03:00
parent 7d31c562b3
commit 1e5769acfd
4 changed files with 21 additions and 5 deletions
@@ -1,4 +1,4 @@
fun a() {
val i = 1
"it's a number ${i}"
"it's a number $i"
}