test.kt
1
light_idea_test_case
equals() and hashCode() not paired
Class has <code>equals()</code> defined but does not define <code>hashCode()</code>
test.kt
5
light_idea_test_case
equals() and hashCode() not paired
Class has <code>hashCode()</code> defined but does not define <code>equals()</code>
test.kt
14
light_idea_test_case
equals() and hashCode() not paired
equals()/hashCode() in object declaration
test.kt
18
light_idea_test_case
equals() and hashCode() not paired
equals()/hashCode() in object declaration
test.kt
22
light_idea_test_case
equals() and hashCode() not paired
equals()/hashCode() in object declaration