Formatter: fix indent for multiline expression in string template
#KT-35359 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
"start ${println(
|
||||
"sd"
|
||||
)} end"
|
||||
}
|
||||
Reference in New Issue
Block a user