Searched refs:catcher (Results 1 – 1 of 1) sorted by relevance
87 static int catcher(int[] arr) { in catcher() method in Main122 expectEquals(-1, catcher(null)); in main()124 expectEquals(i == 0 ? 1 : i, catcher(new int[i])); in main()