Files
codeql/csharp/ql/test/library-tests/constructors/Constructors2.ql
2018-12-20 10:19:59 +01:00

9 lines
132 B
Plaintext

/**
* @name Test for static constructors
*/
import csharp
where count(StaticConstructor c | c.getName() = "Class") = 1
select 1