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

6 lines
173 B
HTML

<html>
<body>
This inspection reports <b>when</b> expressions with only an <b>else</b> branch that can be simplified to the <b>else</b> branch's expression.
</body>
</html>