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

8 lines
114 B
Plaintext

/**
* @name Test for constants
*/
import csharp
where forall(MemberConstant c | exists(c.getValue()))
select 1