Files
codeql/csharp/ql/test/library-tests/statements/Foreach1.ql
2018-08-02 17:53:23 +01:00

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