We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8b466 commit 6d313cfCopy full SHA for 6d313cf
1 file changed
ql/src/queries/style/UseSetLiteral.ql
@@ -105,7 +105,7 @@ class CallLiteral extends Call {
105
class DisjunctionPredicateLiteral extends DisjunctionChain {
106
DisjunctionPredicateLiteral() {
107
// Call to the same target
108
- exists(AstNode target |
+ exists(PredicateOrBuiltin target |
109
forex(Formula f | f = getAnOperandRec() | f.(CallLiteral).getTarget() = target)
110
)
111
}
0 commit comments