mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
/**
|
|
* @name Test for enums
|
|
*/
|
|
|
|
import csharp
|
|
|
|
where forall(Enum e | e.getBaseClass().hasFullyQualifiedName("System", "Enum"))
|
|
select 1
|