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

7 lines
198 B
HTML

<html>
<body>
This inspection reports delegation to <b>var</b> property.
In fact, only starting value of <b>var</b> property is used for delegation so it's not recommended to do so.
</body>
</html>