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 ec292ca commit c281db6Copy full SHA for c281db6
swift/ql/lib/codeql/swift/elements/stmt/ForEachStmt.qll
@@ -8,10 +8,8 @@ class ForEachStmt extends Generated::ForEachStmt {
8
}
9
10
/*
11
- * Gets the sequence of this for each statement.
+ * Gets the sequence which this statement is iterating over.
12
*/
13
14
- final Expr getSequence() {
15
- result = this.getIteratorVar().getInit(0)
16
- }
+ final Expr getSequence() { result = this.getIteratorVar().getInit(0) }
17
0 commit comments