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

5 lines
147 B
HTML

<html>
<body>
This inspection reports <code>map.put</code> function calls replaceable with the indexing operator (<code>[]</code>).
</body>
</html>