Files
kotlin-fork/idea/resources/inspectionDescriptions/WhenWithOnlyElse.html
T
Kirill Rakhman 9ac1a0140c Add inspection for when with only else (#1206)
Fixes #KT-12523
2017-08-03 15:30:28 +02:00

6 lines
158 B
HTML

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