Files
kotlin-fork/idea/resources/inspectionDescriptions/ReplaceArrayEqualityOpWithArraysEquals.html
T
2017-12-26 18:39:51 +03:00

5 lines
131 B
HTML

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