This inspection detects
assert
calls checking that a variable declared above has a non-null value. Such asserts can be replaced with a use of
!!
or
?:
operator in the variable initializer.