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