Searched refs:intArr2 (Results 1 – 1 of 1) sorted by relevance
2373 int[] intArr2 = { 10, 5, 134, 7, 19 }; in test_hashCode$LI() local2374 assertEquals(Arrays.hashCode(intArr2), Arrays.hashCode(intArr)); in test_hashCode$LI()