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

6 lines
144 B
HTML

<html>
<body>
This inspection detects <b>when</b> expressions with <b>true</b> or <b>false</b> branches that can be simplified.
</body>
</html>