mirror of
https://github.com/github/codeql.git
synced 2026-02-28 12:53:49 +01:00
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
/**
|
|
* @name Test for usings
|
|
*/
|
|
import csharp
|
|
|
|
where forall(UsingStmt s | exists(s.getAnExpr())
|
|
and exists(s.getBody()))
|
|
select 1
|