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

6 lines
164 B
HTML

<html>
<body>
This inspection reports explicit calls of <b>get</b> or <b>set</b> functions which can be replaced by an indexing operator <b>[]</b>.
</body>
</html>