I agree throwing an exception for a non existing k...
# announcements
r
I agree throwing an exception for a non existing key would have been better than returning null, but Java chose to return null, and Kotlin has to do the same for the sake of Java interop.
👍 1