Formatter: fix indent for multiline expression in string template
#KT-35359 Fixed
This commit is contained in:
+4
-2
@@ -1,2 +1,4 @@
|
||||
val v = "${2 +
|
||||
2}"
|
||||
val v = "${
|
||||
2 +
|
||||
2
|
||||
}"
|
||||
Reference in New Issue
Block a user