AFunc is a method what goes before Func in the alphabet.
()
| 41 | |
| 42 | // AFunc is a method what goes before Func in the alphabet. |
| 43 | func (e Env) AFunc() int { |
| 44 | return 0 |
| 45 | } |
| 46 | |
| 47 | func (e Env) Func() B { |
| 48 | return B{} |
nothing calls this directly
no outgoing calls
no test coverage detected