Files
kotlin-fork/idea/resources/intentionDescriptions/ReplaceGetOrSetIntention/description.html
T
2015-10-22 18:48:15 +03:00

5 lines
151 B
HTML

<html>
<body>
This intention replaces <code>get</code> or <code>set</code> function calls with the indexing operator (<code>[]</code>).
</body>
</html>