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

5 lines
186 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>