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

6 lines
187 B
HTML

<html>
<body>
This intention converts 'when' expression where each branch is terminated with assignment into a single assignment with 'when' expression as right-hand side
</body>
</html>