Adding {} in string template if necessary.

#KT-2637 in progress
This commit is contained in:
Evgeny Gerashchenko
2013-07-09 16:10:28 +04:00
parent 55b221776b
commit 72ed74ab9a
9 changed files with 52 additions and 6 deletions
@@ -0,0 +1,4 @@
fun f() {
val v = otherValue
println("value is $<caret>v")
}