Introduce Variable: Remove braces from replaced string template entries when possible
#KT-5310 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
fun a() {
|
||||
val i = 1
|
||||
"it's a number ${i}"
|
||||
"it's a number $i"
|
||||
}
|
||||
Reference in New Issue
Block a user