Files
codeql/csharp/ql/test/library-tests/statements/Foreach1.ql
2018-12-20 10:19:59 +01:00

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