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