Files
kotlin-fork/idea/resources/intentionDescriptions/MergeElseIfIntention/description.html
T
DmiitriiJarosh 613fbf7a5d Merge else-if intention (KT-34218)
#KT-34218 Fixed
2019-10-21 15:52:32 +03:00

5 lines
146 B
HTML

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