actions/github/codeql-action-v2/tests/multi-language-repo/codeql-qlpacks/csharp-qlpack/show_ifs.ql

11 lines
No EOL
172 B
Text

/**
* @name Show Csharp Ifs
* @description Show Csharp Ifs
* @kind problem
* @id inrepo-csharp-querypack/show-ifs
*/
import csharp
from IfStmt i
select i, "hello if"