mirror of
https://github.com/github/codeql.git
synced 2026-03-23 16:06:47 +01:00
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
/**
|
|
* @name Test for well-formed ifs
|
|
*/
|
|
import csharp
|
|
|
|
where forall(IfStmt m | exists(m.getCondition()) and exists(m.getThen()))
|
|
select 1
|