mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
moved to community, dropped obsolete tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.util.List;
|
||||
import static java.util.Arrays.sort;
|
||||
import static invalid.*;
|
||||
|
||||
class Foo {
|
||||
{
|
||||
sort(new long[0]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user