(Object a, Object b)
| 140 | } |
| 141 | |
| 142 | public static int getIndexOf(Object a, Object b) { |
| 143 | return Helpers.getIndexOf(a, b); |
| 144 | } |
| 145 | |
| 146 | public static Object getArrayLength(Object a) { |
| 147 | return Helpers.getArrayLength(a); |
nothing calls this directly
no test coverage detected