Skip to content

Commit b83e851

Browse files
committed
Ruby: one more pragma
1 parent 0ea55a9 commit b83e851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ module API {
619619
exists(TypeBackTracker tb |
620620
result = mid.track(tmid, t) and
621621
pragma[only_bind_into](result) = useCandRev(pragma[only_bind_into](tb)) and
622-
pragma[only_bind_out](t) = tb.getACompatibleTypeTracker()
622+
pragma[only_bind_out](t) = pragma[only_bind_into](tb).getACompatibleTypeTracker()
623623
)
624624
}
625625

0 commit comments

Comments
 (0)