Files
kotlin-fork/idea/resources/intentionDescriptions/ReplaceArrayEqualityOpWithArraysEqualsIntention/description.html
T

5 lines
106 B
HTML

<html>
<body>
This intention replace '==' or '!=' operator for arrays with 'Arrays.equals'
</body>
</html>