Lines Matching refs:Object
19 public static Object test1() { in test1()
20 return ((Object[]) null)[0]; in test1()
24 ((Object[]) null)[0] = null; in test2()
28 return ((Object[]) null).length; in test3()
31 public static Object test4() { in test4()
32 Object[] arr = null; in test4()
37 Object[] arr = null; in test5()
42 Object[] arr = null; in test6()
46 public static Object test7(Object[] arr) { in test7()
54 public static void test8(Object[] arr) { in test8()
62 public static int test9(Object[] arr) { in test9()