Searched refs:twoArraysWithCleanup (Results 1 – 1 of 1) sorted by relevance
131 static int twoArraysWithCleanup(int[] a, int[] b) { in twoArraysWithCleanup() method in Main252 expectEquals(30, twoArraysWithCleanup(a, a)); in main()253 expectEquals(49, twoArraysWithCleanup(a, b)); in main()254 expectEquals(21, twoArraysWithCleanup(a, c)); in main()255 expectEquals(33, twoArraysWithCleanup(a, d)); in main()