Skip to content

Commit 02c73d3

Browse files
committed
Swift: Fix implicit-this alert.
1 parent 7d36bc1 commit 02c73d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ module Stmts {
270270
this.firstElement(0, succ)
271271
or
272272
// Left-to-right evaluation of elements
273-
succElement(_, pred, succ, c)
273+
this.succElement(_, pred, succ, c)
274274
}
275275
}
276276

0 commit comments

Comments
 (0)