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