Searched refs:breakLoopSafeConst (Results 1 – 1 of 1) sorted by relevance
148 static int breakLoopSafeConst(int[] a) { in breakLoopSafeConst() method in Main301 expectEquals(Integer.MAX_VALUE - 1, breakLoopSafeConst(a)); in main()