mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
test++
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import java.util.*;
|
||||
|
||||
class C {
|
||||
{
|
||||
Object[] o = null;
|
||||
List l = newMethod(o);
|
||||
|
||||
List l1 = newMethod(new Object[0]);
|
||||
}
|
||||
|
||||
private ArrayList newMethod(Object[] o) {
|
||||
return new ArrayList(Arrays.asList(o));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user