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

5 lines
136 B
HTML

<html>
<body>
This intention adds val/var keyword to the primary constructor parameter effectively making it a property.
</body>
</html>