Files
kotlin-fork/idea/resources/intentionDescriptions/FoldInitializerAndIfToElvisIntention/description.html
T

6 lines
201 B
HTML

<html>
<body>
This intention converts an <b>if</b> expression checking a variable being null or not right after initializing it to an elvis operator in the initializer (if applicable).
</body>
</html>