version one has the type defined. if you write `fu...
# language-proposals
k
version one has the type defined. if you write
fun getTestUser() = Observable.just(TestUser("Brian")).flatMap { getUser() }
, the type of the method will also be
Observable<DeepLinksServiceFragment.TestUser?>!