Adding {} in string template if necessary.
#KT-2637 in progress
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
println("value is $otherValue")
|
||||
}
|
||||
Reference in New Issue
Block a user
#KT-2637 in progress
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
println("value is $otherValue")
|
||||
}
|
||||