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 11f022c commit eda331eCopy full SHA for eda331e
swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll
@@ -263,7 +263,7 @@ module Stmts {
263
// ... a boolean condition.
264
astFirst(ast.getElement(i).getBoolean().getFullyConverted(), first)
265
or
266
- // ... or an availability check ...
+ // ... or an availability check.
267
astFirst(ast.getElement(i).getAvailability().getFullyUnresolved(), first)
268
)
269
}
0 commit comments