<@U1ENTFTA4> commented on <@U78M6DEB0>’s file <htt...
# getting-started
u
@marstran commented on @Karolo’s file https://kotlinlang.slack.com/files/U78M6DEB0/F79NY5GHX/rx_kotlin.txt:
Observable.fromArray(arrayListOf(1,2,3))
gives you an
Observable<List<Int>>
instead of an
Observable<Int>
.