| 11 | func (this Dog) reproduce() {} |
| 12 | |
| 13 | type Robot struct {} |
| 14 | func (this Robot) speak() { fmt.Printf("Click!\n") } |
| 15 | func (this Robot) sit() { fmt.Printf("Clank!\n") } |
| 16 | func (this Robot) oilChange() {} |
nothing calls this directly
no outgoing calls
no test coverage detected