I wish I could do this in Kotlin… <https://i.imgu...
# announcements
b
I wish I could do this in Kotlin…

https://i.imgur.com/fDwYP3f.png

r
Why?
b
Why would I want to see what parts of a method would crash my program?
i
Any method can crash your program even in Java with the help of
RuntimeException
c
Yup, that functionality only shows you checked exceptions, in my experience they hardly ever crash the program, it's runtime stuff you want to worry about.