mirror of
https://github.com/github/codeql.git
synced 2026-02-08 11:11:06 +01:00
Fix bad merge
This commit is contained in:
@@ -152,7 +152,7 @@ module PredConsistency {
|
||||
strictcount(PredicateOrBuiltin p0 |
|
||||
resolveCall(call, p0) and
|
||||
// aliases are expected to resolve to multiple.
|
||||
not exists(p0.(ClasslessPredicate).getAlias())
|
||||
not exists(p0.(ClasslessPredicate).getAlias()) and
|
||||
// overridden predicates may have multiple targets
|
||||
not p0.(ClassPredicate).isOverride()
|
||||
) and
|
||||
|
||||
Reference in New Issue
Block a user