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

5 lines
135 B
HTML

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