mirror of
https://github.com/github/codeql.git
synced 2026-01-30 23:02:56 +01:00
The call target must belong to the method set of a type that implements the interface type of the method call receiver, if any. For example, assume `h` has type `hash.Hash`, then `h.Write(...)` should only be resolved to implementations of `Write` in types implementing `hash.Hash`, not arbitrary other `Writer`s.