mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
/**
|
|
* @name Test for enums
|
|
*/
|
|
|
|
import csharp
|
|
|
|
where forall(Enum e | e.getBaseClass().hasQualifiedName("System.Enum"))
|
|
select 1
|