mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
/**
|
|
* @name Test for well-formed foreachs
|
|
*/
|
|
|
|
import csharp
|
|
|
|
where forall(ForeachStmt s | exists(s.getBody()) and exists(s.getIterableExpr()))
|
|
select 1
|