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