Files
codeql/ql/test
Max Schaefer 759e3d5632 Further refine potential call targets for interface calls.
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.
2020-06-22 09:22:47 +01:00
..
2020-06-19 14:21:10 +01:00
2019-11-08 12:16:26 +00:00
2019-11-08 12:16:26 +00:00
2020-04-07 14:41:54 +01:00
2019-12-06 18:27:47 +01:00