// "Replace with 'Math.min()' call" "true" class Test { void test(int a, int b) { int c = Math.min(a, b); } }