Skip to content

Commit 6b4dbc3

Browse files
committed
Fix compile error.
1 parent ff3aba0 commit 6b4dbc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/src/ide-contextual-queries/Definitions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ private predicate resolveField(FieldAccess va, VarDecl decl, string kind) {
5454
}
5555

5656
private predicate resolveCall(Call c, Predicate p, string kind) {
57-
p = c.getTarget().getDeclaration() and
57+
p = c.getTarget() and
5858
kind = "call"
5959
}
6060

0 commit comments

Comments
 (0)