Files
kotlin-fork/idea/resources/inspectionDescriptions/NullableBooleanElvis.html
T
Dimach d369fa094a Add Boolean? == const to elvis conversion and vice versa #KT-15368 Fixed
Convert elvis to equality check implemented as inspection due
code style guide
2017-06-15 15:01:39 +03:00

5 lines
105 B
HTML

<html>
<body>
This inspection reports when equality check should be used instead of elvis
</body>
</html>