Files
kotlin-fork/idea/testData/formatter/KT15099.kt
T
2017-12-22 10:35:22 +01:00

8 lines
127 B
Kotlin
Vendored

fun test() {
Single.just(Object())
.map {
it
}.map {
it // The code unexpectedly shifts to the left
}
}