mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Using the object from `MethodCallNode` meant that in the code below, `lib` from the import expression would be considered a self argument (this showed up in dataflow-consistency query results, that were not comitted... sorry) ``` from lib import func func() ```