mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
/**
|
|
* @name Test for generics
|
|
*/
|
|
|
|
import csharp
|
|
|
|
where forex(UnboundGenericClass c | c.fromSource() | c.getName().matches("%<%>"))
|
|
select 1
|