Formatter: fix indent for multiline expression in string template
#KT-35359 Fixed
This commit is contained in:
Vendored
+4
-2
@@ -1,4 +1,6 @@
|
||||
fun foo() {
|
||||
val y = "x=${"""ab
|
||||
c"""}"
|
||||
val y = "x=${
|
||||
"""ab
|
||||
c"""
|
||||
}"
|
||||
}
|
||||
Reference in New Issue
Block a user