36f5525b12
#KT-22346 Fixed
8 lines
108 B
Kotlin
Vendored
8 lines
108 B
Kotlin
Vendored
val x = foo.bar {
|
|
it + 2
|
|
}.let {
|
|
println(it)
|
|
}
|
|
|
|
// SET_FALSE: CONTINUATION_INDENT_FOR_CHAINED_CALLS
|