Files
kotlin-fork/idea/resources/intentionDescriptions/IfToWhenIntention/description.html
T
2013-05-15 12:57:53 +04:00

5 lines
101 B
HTML

<html>
<body>
This intention converts 'if' expression to equivalent 'when' expression
</body>
</html>