Files
kotlin-fork/idea/resources/intentionDescriptions/UsePropertyAccessSyntaxIntention/description.html
T

5 lines
147 B
HTML

<html>
<body>
This inspection replaces calls to Java <b>get</b> and <b>set</b> methods with the use of Kotlin synthetic properties.
</body>
</html>