()
| 86 | func (x StructE) InterfaceA() {} |
| 87 | func (x StructF) Equal(y InterfaceA) bool { return true } |
| 88 | func (x *StructF) InterfaceA() {} |
| 89 | func (x StructNo) Equal(y InterfaceA) bool { return true } |
| 90 | |
| 91 | func (x AssignA) Equal(y func() int) bool { return true } |
nothing calls this directly
no outgoing calls
no test coverage detected