blob: 94a67564372af56f77ed4cb7bd0eff9b28ecb80e [file] [log] [blame]
import java.util.*;
class A {
private Comparator b = new Comparator() {
public int compare(Object s1, Object s2) {
return 0;
}
};
}