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

9 lines
141 B
Plaintext

/**
* @name Test for usings
*/
import csharp
where forall(UsingStmt s | exists(s.getAnExpr())
and exists(s.getBody()))
select 1