Files
kotlin-fork/idea/resources-en/intentionDescriptions/ExpandBooleanExpressionIntention/description.html
T
Igor Yakovlev ebae6332aa Fix invalid resources placement
For ExpandBooleanExpressionIntention and RedundantAsSequence intention
2020-06-03 14:02:58 +03:00

6 lines
129 B
HTML

<html>
<body>
This intention replaces a <b>boolean</b> expression with the equivalent <b>if-else</b> expression.
</body>
</html>