| 156 | } |
| 157 | |
| 158 | type includectxBad struct { |
| 159 | *includectx |
| 160 | } |
| 161 | |
| 162 | func (m *includectxBad) Include(name string) (expr.Node, error) { |
| 163 | // If someone implements includer wrong and doesn't return an error |
nothing calls this directly
no outgoing calls
no test coverage detected