Is there a way to use a oneline function that call...
# random
d
Is there a way to use a oneline function that calls a nullable variable? If I have something like:
Copy code
override fun showProgressView() = ultraRecyclerView?.showProgressBar()
it says that it returns
Unit?
and not
Unit