Files
codeql/csharp/ql/test/library-tests/constructors/Constructors2.ql
2018-08-02 17:53:23 +01:00

9 lines
132 B
Plaintext

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