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 cf22ade commit 765e1e1Copy full SHA for 765e1e1
swift/ql/test/library-tests/dataflow/dataflow/LocalFlow.ql
@@ -3,4 +3,4 @@ import codeql.swift.dataflow.DataFlow
3
4
from DataFlow::Node pred, DataFlow::Node succ
5
where DataFlow::localFlowStep(pred, succ)
6
-select pred, succ
+select pred, succ
0 commit comments