Files
kotlin-fork/idea/resources/intentionDescriptions/MergeIfsIntention/description.html
T
Kirill Rakhman 956094e062 Add Merge ifs intention (#975)
Fixes #KT-9912
2017-01-27 14:20:11 +01:00

5 lines
111 B
HTML

<html>
<body>
This intention merges two nested 'if's without 'else' branches into a single one.
</body>
</html>