mirror of
https://github.com/github/codeql.git
synced 2026-03-29 19:58:17 +02:00
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
/**
|
|
* @name Test that locations are populated for unbound generic types
|
|
*/
|
|
|
|
import csharp
|
|
|
|
from UnboundGenericType t
|
|
where type_location(t, _)
|
|
select 1
|