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

6 lines
207 B
HTML

<html>
<body>
This intention converts an <b>if</b> expression containing a conjunction/disjunction operation in its condition
into two nested <b>if</b> expressions with simplified conditions.
</body>
</html>