mirror of
https://github.com/github/codeql.git
synced 2026-06-17 02:41:08 +02: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
|