This inspection reports
map.get()!!
that can be replaced with
map.getValue()
,
map.getOrElse()
, etc.