Files
2018-12-20 10:19:59 +01:00

13 lines
145 B
Plaintext

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