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

5 lines
137 B
HTML

<html>
<body>
This intention merges two nested <b>if</b> statements without <b>else</b> branches into a single <b>if</b>.
</body>
</html>