Files
kotlin-fork/idea/resources/intentionDescriptions/InvertIfConditionIntention/description.html
T
Pradyoth Kukkapalli 5550924dc5 New Intention Action: Invert If Condition
Inverts the conditional expression in an if expression.
2014-05-12 19:48:43 +04:00

5 lines
102 B
HTML

<html>
<body>
This intention inverts the conditional expression in an 'if' expression.
</body>
</html>