blob: 15548e8c448774375cd7def1e1d5813238831af9 [file]
fun test() {
Single.just(Object())
.map {
it
}.map {
it // The code unexpectedly shifts to the left
}
}