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