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

5 lines
142 B
HTML

<html>
<body>
This intention merges two successive <b>when</b> expressions with equivalent branches into a single <b>when</b>.
</body>
</html>