I've got a brand new error in IDEA this morning an...
# announcements
r
I've got a brand new error in IDEA this morning and I don't understand, IDEA cannot parse this expression or something
Copy code
Observable.merge(
    someObservableInt(),
    someObservableBoolean()
).allOnMain().subscribe {
    someMethodCall()
    someOtherMethodCall()
}.let { subscriptions.add(it) }