mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +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() ```