In the rare case where I want the behavior of `!!`...
# android
m
In the rare case where I want the behavior of
!!
I've been using something like (for this example):
requireNotNull(res.body) { "Should be non-null since isSuccess() == true" }