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

5 lines
157 B
HTML

<html>
<body>
This inspection detects usages of <b>==</b> or <b>!=</b> operator for arrays that should be replaced with <b>contentEquals</b>.
</body>
</html>