Minor: Fix test data
This commit is contained in:
@@ -5,7 +5,7 @@ import java.util.Arrays
|
|||||||
data class A(val a: IntArray) {
|
data class A(val a: IntArray) {
|
||||||
override fun equals(other: Any?): Boolean {
|
override fun equals(other: Any?): Boolean {
|
||||||
if (this === other) return true
|
if (this === other) return true
|
||||||
if (other?.javaClass != javaClass) return false
|
if (javaClass != other?.javaClass) return false
|
||||||
|
|
||||||
other as A
|
other as A
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user