mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
/**
|
|
* @name Test for well-formed ifs
|
|
*/
|
|
|
|
import csharp
|
|
|
|
where forall(IfStmt m | exists(m.getCondition()) and exists(m.getThen()))
|
|
select 1
|