blob: 05a84606b7929da11066ff0eb708428bff3eaf51 [file] [log] [blame]
import java.util.*;
public class MyTest {
static {
Arrays.sort( new String[0], (o1, o2) -> String.CASE_INSENSITIVE_ORDER.compare(o1, o2));
}
}