mirror of
https://github.com/github/codeql.git
synced 2026-03-22 15:36:48 +01:00
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
/**
|
|
* @name Test for generics
|
|
*/
|
|
import csharp
|
|
|
|
where forex(ConstructedClass c | c.getName().matches("%<%>"))
|
|
select 1
|