mirror of
https://github.com/github/codeql.git
synced 2026-03-04 22:56:47 +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
|