mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +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() ```