mirror of
https://github.com/github/codeql.git
synced 2026-06-15 18:01:10 +02: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() ```