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

5 lines
131 B
HTML

<html>
<body>
This inspection detects '==' or '!=' operator for arrays that should be replaced with 'Arrays.equals'
</body>
</html>