rspec/rules/S2116/kotlin/message.adoc

10 lines
209 B
Plaintext

=== Message
On arrays of objects:
* Use "contentDeepHashCode()" instead.
* Use "contentDeepToString()" instead.
On arrays of primitives:
* Use "contentHashCode()" instead.
* Use "contentToString()" instead.