(t *testing.T)
| 616 | } |
| 617 | |
| 618 | func TestArrayInt(t *testing.T) { |
| 619 | testType(t, &ATint{}, &AXint{}) |
| 620 | } |
| 621 | |
| 622 | func TestArrayByte(t *testing.T) { |
| 623 | testType(t, &ATbyte{}, &AXbyte{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…