Skip to content

Commit 8f24b0b

Browse files
committed
Swift: Add missing comment.
1 parent b1b3487 commit 8f24b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift/ql/lib/codeql/swift/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ private Element interpretElement0(
444444
getDeclType(decl) = nomType
445445
)
446446
or
447+
// Fields
447448
signature = "" and
448449
exists(NominalType nomType, IterableDeclContext decl, FieldDecl field |
449450
field.getName() = name and

0 commit comments

Comments
 (0)