Files
codeql/csharp/ql/test/library-tests/generics/Generics20.ql
2018-08-02 17:53:23 +01:00

10 lines
153 B
Plaintext

/**
* @name Test that locations are populated for unbound generic types
*/
import csharp
from UnboundGenericType t
where type_location(t,_)
select 1