blob: 105a37daa58e7310ee58c2b740f855b1ee1cf63f [file] [log] [blame]
import static java.util.Arrays.sort;
class Foo {
{
sort(new long[0]);
}
}