11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
/**
|
|
* @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" |