mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
If we only look at the dispatch receiver, these show up like `this` references rather than `super` references, preventing flow through super-calls. The super-interface case requires properly noting that interface methods with a body get a `default` modifier in order to avoid QL discarding the method as a possible callee.