We put `!!` if we're sure that something isn't goi...
# language-proposals
k
We put
!!
if we're sure that something isn't going to be null, even though the compiler doesn't realize that. If that assumption ever turns out to be wrong I want a nullpointerexception making it's way to the logs.