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

8 lines
129 B
Plaintext

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