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

6 lines
188 B
HTML

<html>
<body>
Converts an if expression checking variable being null or not of a type right after initializing it to an elvis operator in the initializer (if applicable)
</body>
</html>