Inspectopedia
 
2025.2

'map.get()' with not-null assertion operator (!!)

Info
Last modified: Last modified: 18 September 2025

Reports map.get()!! that can be replaced with map.getValue(), map.getOrElse(), and so on.

Example:

After the quick-fix is applied: