Files
kotlin-fork/idea/resources/inspectionDescriptions/KotlinCovariantEquals.html
T
Toshiaki Kameyama 61f3e776a7 Add 'Covariant equals' inspection
#KT-29798 Fixed
2019-04-02 13:19:05 +07:00

7 lines
286 B
HTML

<html>
<body>
This inspection reports <b>equals()</b> methods taking an argument type other than <b>Any?</b>.
Only reports if the containing class does not have another <b>equals()</b> method which does take <b>Any?</b> as its argument type.
Normally, this is a mistake.
</body>
</html>