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

6 lines
214 B
HTML

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