Call chain indentation logic that actually makes sense
#KT-22346 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
val x = foo.bar {
|
||||
it + 2
|
||||
}.let {
|
||||
println(it)
|
||||
}
|
||||
|
||||
// SET_FALSE: CONTINUATION_INDENT_FOR_CHAINED_CALLS
|
||||
@@ -0,0 +1,7 @@
|
||||
val x = foo.bar {
|
||||
it + 2
|
||||
}.let {
|
||||
println(it)
|
||||
}
|
||||
|
||||
// SET_FALSE: CONTINUATION_INDENT_FOR_CHAINED_CALLS
|
||||
Reference in New Issue
Block a user