The change that led to this unused import is actually positive: cl/687471414 essentially accidentally switched a 2-arg min call from using the varargs Int.min to using Math.min. That's good. But it added static imports for both min methods, leaving this one unused.
Remove unused import.
The change that led to this unused import is actually positive: cl/687471414 essentially accidentally switched a 2-arg
min
call from using the varargsInt.min
to usingMath.min
. That's good. But it added static imports for bothmin
methods, leaving this one unused.RELNOTES=n/a