When I am extending an existing Java class in Kotl...
# announcements
p
When I am extending an existing Java class in Kotlin and I override a method it just assumes nullable types as parameters in the method. Why can't it do the same in all other cases?