Files
kotlin-fork/idea/resources/inspectionDescriptions/MapGetWithNotNullAssertionOperator.html
T

5 lines
121 B
HTML

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