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