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

6 lines
185 B
HTML

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