I guess I'm advocating that an opportunity is bein...
# getting-started
t
I guess I'm advocating that an opportunity is being missed to have the type system help the dev catch a case they may have missed. Calling
first()
and seeing the signature is non-null made me think for a second that Kotlin had some kind of way of knowing that list could never be empty (which would be awesome) but really it's just hiding the empty case from me