Group all call chain-related tests in a single directory
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun test() {
|
||||
Single.just(Object())
|
||||
.map {
|
||||
it
|
||||
}.map {
|
||||
it // The code unexpectedly shifts to the left
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user