mirror of
https://github.com/github/codeql.git
synced 2026-03-22 07:26:45 +01:00
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
/**
|
|
* @name Test for constants
|
|
*/
|
|
import csharp
|
|
|
|
where forall(MemberConstant c | exists(c.getValue()))
|
|
select 1
|