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

5 lines
123 B
HTML

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