mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01: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
|