Files
kotlin-fork/idea/resources/inspectionDescriptions/SimplifyWhenWithBooleanConstantCondition.html
T
Mikhail Glukhikh 7b2a66c006 Convert 'simplify when' from intention to inspection
Related to KT-20492
2017-11-10 15:34:11 +03:00

6 lines
117 B
HTML

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