blob: 2d394eae01c955a3144356f0c2da352478fe0914 [file] [log] [blame]
import java.util.List;
import static java.util.Arrays.sort;
class Foo {
{
sort(new Integer[0]);
}
}