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

6 lines
183 B
HTML

<html>
<body>
This intention converts an assignment with a <b>when</b> right-hand side to a <b>when</b> expression where each branch is terminated with an assignment.
</body>
</html>