Lines Matching refs:null
20 return ((Object[]) null)[0]; in test1()
24 ((Object[]) null)[0] = null; in test2()
28 return ((Object[]) null).length; in test3()
32 Object[] arr = null; in test4()
37 Object[] arr = null; in test5()
38 arr[0] = null; in test5()
42 Object[] arr = null; in test6()
48 arr = null; in test7()
56 arr = null; in test8()
59 arr[0] = null; in test8()
64 arr = null; in test9()