The best way that works currently is using named a...
# language-proposals
k
The best way that works currently is using named argument
source.subscribe(onNext = { println(it) }, onError = { it.printStackTrace() })
Not ideal, but imo better than just mixing them together.