Files
kotlin-fork/idea/resources/inspectionDescriptions/ReplaceGetOrSet.html
T
2015-10-30 17:25:34 +03:00

6 lines
182 B
HTML

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