map.get() with not-null assertion: add quick-fixes
#KT-30010 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
84a3239cdf
commit
d67c793a9b
@@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports <b>map.get()!!</b> that can be replaced with <b>map.getValue()</b>.
|
||||
This inspection reports <b>map.get()!!</b> that can be replaced with <b>map.getValue()</b>, <b>map.getOrElse()</b>, etc.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user