[IR] update testdata after rebase
This commit is contained in:
committed by
teamcityserver
parent
1c6c996084
commit
3b1a6389ab
+4
-2
@@ -36,10 +36,12 @@ data class Test<T : Any?> {
|
||||
}
|
||||
|
||||
override fun hashCode(): Int {
|
||||
return when {
|
||||
var result: Int = when {
|
||||
EQEQ(arg0 = #x, arg1 = null) -> 0
|
||||
true -> #x.hashCode()
|
||||
}.times(other = 31).plus(other = #y.hashCode())
|
||||
}
|
||||
result = result.times(other = 31).plus(other = #y.hashCode())
|
||||
return result
|
||||
}
|
||||
|
||||
override operator fun equals(other: Any?): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user