Files
kotlin-fork/idea/resources/inspectionDescriptions/MapGetWithNotNullAssertionOperator.html
T
Toshiaki Kameyama d67c793a9b map.get() with not-null assertion: add quick-fixes
#KT-30010 Fixed
2019-03-01 11:11:05 +03:00

5 lines
150 B
HTML

<html>
<body>
This inspection reports <b>map.get()!!</b> that can be replaced with <b>map.getValue()</b>, <b>map.getOrElse()</b>, etc.
</body>
</html>