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

5 lines
118 B
HTML

<html>
<body>
This intention converts an <b>if</b> expression to an equivalent <b>when</b> expression.
</body>
</html>