Format spaces inside curly braces in string template
Fixes #KT-12791
This commit is contained in:
committed by
Nikolay Krasko
parent
655fc45a87
commit
ae83330679
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
"${1}"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
"${ 1 }"
|
||||
}
|
||||
Reference in New Issue
Block a user