mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Performance has been improved via suitable predicate folding, and correctness has been improved as the line ``` result = getType().(RefType).getAnIndexer().getAnAccessor().getACall() ``` was missing a `getABaseType*()` (now using the simpler `hasMember()` predicate instead).