mirror of
https://github.com/github/codeql.git
synced 2026-03-27 01:38:22 +01:00
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
/**
|
|
* @name Test for well-formed foreachs
|
|
*/
|
|
import csharp
|
|
|
|
where forall(ForeachStmt s | exists(s.getBody()) and exists(s.getIterableExpr()))
|
|
select 1
|