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