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

7 lines
123 B
Plaintext

import csharp
from Class c, Interface i
where c.getName().matches("Inheritance%")
and i=c.getABaseInterface()
select c, i