mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
13 lines
150 B
Plaintext
13 lines
150 B
Plaintext
/**
|
|
* @name Test for usings
|
|
*/
|
|
|
|
import csharp
|
|
|
|
where
|
|
forall(UsingBlockStmt s |
|
|
exists(s.getAnExpr()) and
|
|
exists(s.getBody())
|
|
)
|
|
select 1
|