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

6 lines
168 B
HTML

<html>
<body>
This inspection reports calls to Java <b>get</b> and <b>set</b> methods that can be replaced with the use of Kotlin synthetic properties.
</body>
</html>