Files
codeql/csharp/ql/test/library-tests/generics/Generics20.ql
2018-12-20 10:19:59 +01:00

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