You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: swift/ql/test/library-tests/dataflow/dataflow/FlowConfig.qll
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ class TestConfiguration extends DataFlow::Configuration {
25
25
26
26
privateclassTestSummariesextendsSummaryModelCsv{
27
27
overridepredicaterow(stringrow){
28
-
// dumb model to allow testing flow through optional chaining (`x?.signum()`)
28
+
// model to allow data flow through `signum()` as though it were an identity function, for the benefit of testing flow through optional chaining (`x?.`).
0 commit comments