Home
last modified time | relevance | path

Searched refs:testWithNull (Results 1 – 1 of 1) sorted by relevance

/art/test/521-checker-array-set-null/src/
DMain.java19 testWithNull(new Object[2]); in main()
26 public static void testWithNull(Object[] o) { in testWithNull() method in Main