Note that ```fun foo(): Observable<StreamItem&g...
# getting-started
m
Note that
Copy code
fun foo(): Observable<StreamItem> {
        val x = Observable.just<StreamItem>(null)
        return x
    }
also compiles just fine.