Files
kotlin-fork/idea/resources/inspectionDescriptions/SuspiciousVarProperty.html
T
2018-10-23 12:31:42 +03:00

5 lines
144 B
HTML

<html>
<body>
This inspection reports <b>var</b> properties with default setter and getter that doesn't reference backing field.
</body>
</html>