Files
kotlin-fork/idea/resources/inspectionDescriptions/CascadeIf.html
T

5 lines
154 B
HTML

<html>
<body>
This inspection reports <b>if</b> statements with three or more branches that can be replaced with a <b>when</b> expression.
</body>
</html>