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

5 lines
98 B
HTML

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