Files
kotlin-fork/idea/resources/intentionDescriptions/IfThenToElvisIntention/description.html
T
2014-03-12 16:02:55 +04:00

6 lines
115 B
HTML

<html>
<body>
Converts an if expression to an expression using an elvis operator (if applicable)
</body>
</html>