Call chain indentation logic that actually makes sense

#KT-22346 Fixed
This commit is contained in:
Dmitry Jemerov
2018-02-04 11:00:00 +01:00
parent 2c88b26034
commit 36f5525b12
4 changed files with 40 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
val x = foo.bar {
it + 2
}.let {
println(it)
}
// SET_FALSE: CONTINUATION_INDENT_FOR_CHAINED_CALLS
+7
View File
@@ -0,0 +1,7 @@
val x = foo.bar {
it + 2
}.let {
println(it)
}
// SET_FALSE: CONTINUATION_INDENT_FOR_CHAINED_CALLS