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

6 lines
191 B
HTML

<html>
<body>
This intention converts property with 'when' initializer to uninitialized property followed by 'when' expression where each branch is terminated with assignment
</body>
</html>