Files
kotlin-fork/idea/testData/formatter/callChain/KT22346.kt
T
2018-02-09 10:48:51 +01:00

8 lines
108 B
Kotlin
Vendored

val x = foo.bar {
it + 2
}.let {
println(it)
}
// SET_FALSE: CONTINUATION_INDENT_FOR_CHAINED_CALLS