()
| 80 | func (x *StructB) Equal(y *StructB) bool { return true } |
| 81 | func (x StructC) Equal(y InterfaceA) bool { return true } |
| 82 | func (x StructC) InterfaceA() {} |
| 83 | func (x *StructD) Equal(y InterfaceA) bool { return true } |
| 84 | func (x *StructD) InterfaceA() {} |
| 85 | func (x *StructE) Equal(y InterfaceA) bool { return true } |
nothing calls this directly
no outgoing calls
no test coverage detected