Skip to content

Commit 350620d

Browse files
committed
Fix bad magic.
1 parent 6b4dbc3 commit 350620d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ql/src/codeql_ql/ast/internal/Type.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ private PredicateOrBuiltin declaredPred(Type ty, string name, int arity) {
114114
result.getArity() = arity
115115
}
116116

117+
pragma[nomagic]
117118
private PredicateOrBuiltin classPredCandidate(Type ty, string name, int arity) {
118119
result = declaredPred(ty, name, arity)
119120
or

0 commit comments

Comments
 (0)