blob: 24199ff025841bcc13ccb1e2d7c6423ef78d6eb8 [file] [log] [blame]
import java.util.*;
public class Test {
List<Integer> f;
void foo() {
Integer i = Collections.min(f);
}
}