(String param, boolean tf)
| 24 | public abstract int[] doItWithPrimitiveIntArray(int[] param); |
| 25 | |
| 26 | public String callWithParameters(String param, boolean tf) { |
| 27 | return doItWithParameters(param, tf); |
| 28 | } |
| 29 | |
| 30 | public Integer callWithInt(Integer param) { |
| 31 | return doItWithInt(param); |
no test coverage detected